diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-10-21 16:00:04 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-10-21 16:00:04 +0000 |
commit | 5c0e62510e68615fb93429c782717e194a3e31c2 (patch) | |
tree | 5d5fc99ee363899e7f16ac83ce4ba04c6bd56fba /x11-plugins/guifications | |
parent | Pruning old versions (Manifest recommit) (diff) | |
download | gentoo-2-5c0e62510e68615fb93429c782717e194a3e31c2.tar.gz gentoo-2-5c0e62510e68615fb93429c782717e194a3e31c2.tar.bz2 gentoo-2-5c0e62510e68615fb93429c782717e194a3e31c2.zip |
Pruning old versions
Diffstat (limited to 'x11-plugins/guifications')
-rw-r--r-- | x11-plugins/guifications/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/guifications/files/digest-guifications-2.0 | 1 | ||||
-rw-r--r-- | x11-plugins/guifications/files/digest-guifications-2.1 | 1 | ||||
-rw-r--r-- | x11-plugins/guifications/files/digest-guifications-2.2 | 1 | ||||
-rw-r--r-- | x11-plugins/guifications/files/digest-guifications-2.3 | 1 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.0.ebuild | 28 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.1.ebuild | 29 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.2.ebuild | 28 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.3.ebuild | 28 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.4.ebuild | 4 |
10 files changed, 8 insertions, 120 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog index e41bb6d47ccf..2d9a55466dce 100644 --- a/x11-plugins/guifications/ChangeLog +++ b/x11-plugins/guifications/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/guifications # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.19 2004/10/16 23:08:11 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.20 2004/10/21 16:00:04 rizzo Exp $ + + 21 Oct 2004; Don Seiler <rizzo@gentoo.org> -guifications-2.0.ebuild, + -guifications-2.1.ebuild, -guifications-2.2.ebuild, + -guifications-2.3.ebuild, guifications-2.4.ebuild: + Stable on x86, pruning old versions *guifications-2.4 (16 Oct 2004) diff --git a/x11-plugins/guifications/files/digest-guifications-2.0 b/x11-plugins/guifications/files/digest-guifications-2.0 deleted file mode 100644 index b37dd51b5442..000000000000 --- a/x11-plugins/guifications/files/digest-guifications-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7f813600bb9f6d5afe16d07f778cfcf0 guifications-2.0.tar.gz 604018 diff --git a/x11-plugins/guifications/files/digest-guifications-2.1 b/x11-plugins/guifications/files/digest-guifications-2.1 deleted file mode 100644 index 0c9128e83846..000000000000 --- a/x11-plugins/guifications/files/digest-guifications-2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6e8dc5593a306960f67312f2e8cc1203 guifications-2.1.tar.bz2 499046 diff --git a/x11-plugins/guifications/files/digest-guifications-2.2 b/x11-plugins/guifications/files/digest-guifications-2.2 deleted file mode 100644 index 8047b4fc96d4..000000000000 --- a/x11-plugins/guifications/files/digest-guifications-2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 1adc33386dfc58c89d5de497cb01294c guifications-2.2.tar.bz2 519570 diff --git a/x11-plugins/guifications/files/digest-guifications-2.3 b/x11-plugins/guifications/files/digest-guifications-2.3 deleted file mode 100644 index 55de325f9d4c..000000000000 --- a/x11-plugins/guifications/files/digest-guifications-2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 915d5c9e74744055312215ce44de9650 guifications-2.3.tar.bz2 549807 diff --git a/x11-plugins/guifications/guifications-2.0.ebuild b/x11-plugins/guifications/guifications-2.0.ebuild deleted file mode 100644 index 1b2c7dd35344..000000000000 --- a/x11-plugins/guifications/guifications-2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.0.ebuild,v 1.4 2004/09/02 18:22:39 pvdabeel Exp $ - -DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" -HOMEPAGE="http://guifications.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64 ppc ~sparc" -IUSE="debug" - -DEPEND="~net-im/gaim-0.81" -#RDEPEND="" - -src_compile() { - local myconf - myconf=`use_enable debug` - - econf ${myconf} || die "econf failure" - emake || die "emake failure" -} - -src_install() { - make install DESTDIR=${D} || die "make install failure" - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION -} diff --git a/x11-plugins/guifications/guifications-2.1.ebuild b/x11-plugins/guifications/guifications-2.1.ebuild deleted file mode 100644 index 6a8c2a7da6eb..000000000000 --- a/x11-plugins/guifications/guifications-2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.1.ebuild,v 1.7 2004/09/18 01:19:21 rizzo Exp $ - -DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" -HOMEPAGE="http://guifications.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64 ppc sparc" -IUSE="debug" - -DEPEND=">=net-im/gaim-0.82 - <net-im/gaim-1.0.0" -#RDEPEND="" - -src_compile() { - local myconf - myconf=`use_enable debug` - - econf ${myconf} || die "econf failure" - emake || die "emake failure" -} - -src_install() { - make install DESTDIR=${D} || die "make install failure" - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION -} diff --git a/x11-plugins/guifications/guifications-2.2.ebuild b/x11-plugins/guifications/guifications-2.2.ebuild deleted file mode 100644 index d10e9d454b26..000000000000 --- a/x11-plugins/guifications/guifications-2.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.2.ebuild,v 1.3 2004/10/04 18:51:31 rizzo Exp $ - -DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" -HOMEPAGE="http://guifications.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc sparc" -IUSE="debug" - -DEPEND=">=net-im/gaim-1.0.0" -#RDEPEND="" - -src_compile() { - local myconf - myconf=`use_enable debug` - - econf ${myconf} || die "econf failure" - emake || die "emake failure" -} - -src_install() { - make install DESTDIR=${D} || die "make install failure" - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION -} diff --git a/x11-plugins/guifications/guifications-2.3.ebuild b/x11-plugins/guifications/guifications-2.3.ebuild deleted file mode 100644 index c21a9392eea2..000000000000 --- a/x11-plugins/guifications/guifications-2.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.3.ebuild,v 1.1 2004/10/08 14:31:45 rizzo Exp $ - -DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" -HOMEPAGE="http://guifications.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" -IUSE="debug" - -DEPEND=">=net-im/gaim-1.0.0" -#RDEPEND="" - -src_compile() { - local myconf - myconf=`use_enable debug` - - econf ${myconf} || die "econf failure" - emake || die "emake failure" -} - -src_install() { - make install DESTDIR=${D} || die "make install failure" - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION -} diff --git a/x11-plugins/guifications/guifications-2.4.ebuild b/x11-plugins/guifications/guifications-2.4.ebuild index 3f5f5451ae14..e2bf38187b85 100644 --- a/x11-plugins/guifications/guifications-2.4.ebuild +++ b/x11-plugins/guifications/guifications-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.4.ebuild,v 1.1 2004/10/16 23:08:11 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.4.ebuild,v 1.2 2004/10/21 16:00:04 rizzo Exp $ DESCRIPTION="Guifications are graphical notification plugin for the open source instant message client gaim" HOMEPAGE="http://guifications.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +KEYWORDS="x86 ~amd64 ~ppc ~sparc" IUSE="debug" DEPEND=">=net-im/gaim-1.0.0" |