diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-03-21 17:05:58 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-03-21 17:05:58 +0000 |
commit | fe505b9d8458edfc088d1c937175e8bd38206371 (patch) | |
tree | 6fcbb88fe4bf8fd2d3be021f19291a3f6ccd8116 /x11-misc/xpad | |
parent | Removing ferdy as a maintainer since he was retired. (diff) | |
download | gentoo-2-fe505b9d8458edfc088d1c937175e8bd38206371.tar.gz gentoo-2-fe505b9d8458edfc088d1c937175e8bd38206371.tar.bz2 gentoo-2-fe505b9d8458edfc088d1c937175e8bd38206371.zip |
x86 stable, bug #253445
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-2.11.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-2.12.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-2.14.ebuild | 4 |
4 files changed, 7 insertions, 49 deletions
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog index 914713c0a34d..b33c2abd18a4 100644 --- a/x11-misc/xpad/ChangeLog +++ b/x11-misc/xpad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xpad # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.62 2009/03/20 14:30:40 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.63 2009/03/21 17:05:58 armin76 Exp $ + + 21 Mar 2009; Raúl Porcel <armin76@gentoo.org> -xpad-2.11.ebuild, + -xpad-2.12.ebuild, xpad-2.14.ebuild: + x86 stable, bug #253445 20 Mar 2009; Joseph Jezak <josejx@gentoo.org> xpad-2.14.ebuild: Marked ppc stable for bug #253445. diff --git a/x11-misc/xpad/xpad-2.11.ebuild b/x11-misc/xpad/xpad-2.11.ebuild deleted file mode 100644 index 1f10cc1289fd..000000000000 --- a/x11-misc/xpad/xpad-2.11.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.11.ebuild,v 1.8 2008/01/21 19:22:30 drac Exp $ - -DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." -HOMEPAGE="http://xpad.sourceforge.net/" -SRC_URI="mirror://sourceforge/xpad/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.6.0" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.31 - dev-util/pkgconfig - sys-devel/gettext" - -src_install () { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} diff --git a/x11-misc/xpad/xpad-2.12.ebuild b/x11-misc/xpad/xpad-2.12.ebuild deleted file mode 100644 index ad2955d4aa0d..000000000000 --- a/x11-misc/xpad/xpad-2.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.12.ebuild,v 1.3 2008/01/21 19:22:30 drac Exp $ - -DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." -HOMEPAGE="http://xpad.sourceforge.net/" -SRC_URI="mirror://sourceforge/xpad/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.6.0" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.31 - dev-util/pkgconfig - sys-devel/gettext" - -src_install () { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} diff --git a/x11-misc/xpad/xpad-2.14.ebuild b/x11-misc/xpad/xpad-2.14.ebuild index 50eb14b44884..9c4fc0085489 100644 --- a/x11-misc/xpad/xpad-2.14.ebuild +++ b/x11-misc/xpad/xpad-2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.14.ebuild,v 1.5 2009/03/20 14:30:40 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-2.14.ebuild,v 1.6 2009/03/21 17:05:58 armin76 Exp $ DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." HOMEPAGE="http://xpad.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ppc sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-libs/gtk+-2.12" |