diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-10-21 15:52:44 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-10-21 15:52:44 +0000 |
commit | f8b321b1804e4667faf61e2ea7700f1d532b2c98 (patch) | |
tree | cddd21031e72c93c2b2428d9c2fb94516c75dfd5 /x11-plugins | |
parent | Stable on x86, pruning old versions (Manifest recommit) (diff) | |
download | gentoo-2-f8b321b1804e4667faf61e2ea7700f1d532b2c98.tar.gz gentoo-2-f8b321b1804e4667faf61e2ea7700f1d532b2c98.tar.bz2 gentoo-2-f8b321b1804e4667faf61e2ea7700f1d532b2c98.zip |
Pruning old versions
Diffstat (limited to 'x11-plugins')
9 files changed, 6 insertions, 165 deletions
diff --git a/x11-plugins/gaim-encryption/ChangeLog b/x11-plugins/gaim-encryption/ChangeLog index 258b47b78bfa..14cb1a5fd170 100644 --- a/x11-plugins/gaim-encryption/ChangeLog +++ b/x11-plugins/gaim-encryption/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/gaim-encryption # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.39 2004/10/21 15:22:15 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.40 2004/10/21 15:50:49 rizzo Exp $ + + 21 Oct 2004; Don Seiler <rizzo@gentoo.org> -gaim-encryption-2.28.ebuild, + -gaim-encryption-2.29.ebuild, -gaim-encryption-2.30.ebuild, + -gaim-encryption-2.31.ebuild: + Pruning old versions 21 Oct 2004; Bryan Østergaard,,, <kloeri@gentoo.org> gaim-encryption-2.32.ebuild: diff --git a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.28 b/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.28 deleted file mode 100644 index 70cc1864bb45..000000000000 --- a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.28 +++ /dev/null @@ -1 +0,0 @@ -MD5 d6b28d0baf246841405eeb97fafb2417 gaim-encryption-2.28.tar.gz 474171 diff --git a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.29 b/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.29 deleted file mode 100644 index 5aebcdc1cb4d..000000000000 --- a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.29 +++ /dev/null @@ -1 +0,0 @@ -MD5 f708435e21aff930bf17a4b4d94f5c98 gaim-encryption-2.29.tar.gz 484602 diff --git a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.30 b/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.30 deleted file mode 100644 index 873036d05775..000000000000 --- a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.30 +++ /dev/null @@ -1 +0,0 @@ -MD5 a052a705c3d76a9fc68fcb49ba163389 gaim-encryption-2.30.tar.gz 484656 diff --git a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.31 b/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.31 deleted file mode 100644 index 804a50397512..000000000000 --- a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.31 +++ /dev/null @@ -1 +0,0 @@ -MD5 850c1026b3d69f022c60c561ea850003 gaim-encryption-2.31.tar.gz 510406 diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.28.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.28.ebuild deleted file mode 100644 index 1a4d45c55376..000000000000 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.28.ebuild +++ /dev/null @@ -1,41 +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/gaim-encryption/gaim-encryption-2.28.ebuild,v 1.10 2004/08/26 14:54:52 rizzo Exp $ - -inherit flag-o-matic eutils debug - -DESCRIPTION="GAIM Encryption PlugIn" -HOMEPAGE="http://gaim-encryption.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc amd64 ppc alpha ia64 hppa mips" -IUSE="" - -DEPEND=">=net-im/gaim-0.79 - <net-im/gaim-0.82 - dev-libs/nss" - -src_compile() { - local myconf - - NSS_LIB=/usr/lib - NSS_INC=/usr/include - myconf="${myconf} --with-nspr-includes=${NSS_INC}/nspr" - myconf="${myconf} --with-nss-includes=${NSS_INC}/nss" - myconf="${myconf} --with-nspr-libs=${NSS_LIB}" - myconf="${myconf} --with-nss-libs=${NSS_LIB}" - - econf ${myconf} || die "Configuration failed" - einfo "Replacing -Os CFLAG with -O2" - replace-flags -Os -O2 - - emake || emake -j1 || die "Make failed" -} - -src_install() { - einstall || die "Install failed" - dodoc CHANGELOG COPYING INSTALL NOTES README TODO VERSION WISHLIST -} - diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild deleted file mode 100644 index 0f577864e804..000000000000 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild +++ /dev/null @@ -1,40 +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/gaim-encryption/gaim-encryption-2.29.ebuild,v 1.13 2004/08/26 16:08:35 plasmaroo Exp $ - -inherit flag-o-matic eutils debug - -DESCRIPTION="GAIM Encryption PlugIn" -HOMEPAGE="http://gaim-encryption.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64" -IUSE="" - -DEPEND=">=net-im/gaim-0.80 - <net-im/gaim-0.82 - dev-libs/nss" - -src_compile() { - local myconf - - NSS_LIB=/usr/lib - NSS_INC=/usr/include - myconf="${myconf} --with-nspr-includes=${NSS_INC}/nspr" - myconf="${myconf} --with-nss-includes=${NSS_INC}/nss" - myconf="${myconf} --with-nspr-libs=${NSS_LIB}" - myconf="${myconf} --with-nss-libs=${NSS_LIB}" - - econf ${myconf} || die "Configuration failed" - einfo "Replacing -Os CFLAG with -O2" - replace-flags -Os -O2 - - emake || emake -j1 || die "Make failed" -} - -src_install() { - einstall || die "Install failed" - dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST -} diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.30.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.30.ebuild deleted file mode 100644 index af773111ddb8..000000000000 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.30.ebuild +++ /dev/null @@ -1,40 +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/gaim-encryption/gaim-encryption-2.30.ebuild,v 1.9 2004/10/20 18:30:36 vapier Exp $ - -inherit flag-o-matic eutils debug - -DESCRIPTION="GAIM Encryption PlugIn" -HOMEPAGE="http://gaim-encryption.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc sparc x86" -IUSE="" - -DEPEND=">=net-im/gaim-0.82 - <net-im/gaim-1.0.0 - dev-libs/nss" - -src_compile() { - local myconf - - NSS_LIB=/usr/lib - NSS_INC=/usr/include - myconf="${myconf} --with-nspr-includes=${NSS_INC}/nspr" - myconf="${myconf} --with-nss-includes=${NSS_INC}/nss" - myconf="${myconf} --with-nspr-libs=${NSS_LIB}" - myconf="${myconf} --with-nss-libs=${NSS_LIB}" - - econf ${myconf} || die "Configuration failed" - einfo "Replacing -Os CFLAG with -O2" - replace-flags -Os -O2 - - emake || emake -j1 || die "Make failed" -} - -src_install() { - einstall || die "Install failed" - dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST -} diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.31.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.31.ebuild deleted file mode 100644 index f57c70e16d02..000000000000 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.31.ebuild +++ /dev/null @@ -1,39 +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/gaim-encryption/gaim-encryption-2.31.ebuild,v 1.8 2004/10/20 18:30:36 vapier Exp $ - -inherit flag-o-matic eutils debug - -DESCRIPTION="GAIM Encryption PlugIn" -HOMEPAGE="http://gaim-encryption.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc sparc x86" -IUSE="" - -DEPEND=">=net-im/gaim-1.0.0 - dev-libs/nss" - -src_compile() { - local myconf - - NSS_LIB=/usr/lib - NSS_INC=/usr/include - myconf="${myconf} --with-nspr-includes=${NSS_INC}/nspr" - myconf="${myconf} --with-nss-includes=${NSS_INC}/nss" - myconf="${myconf} --with-nspr-libs=${NSS_LIB}" - myconf="${myconf} --with-nss-libs=${NSS_LIB}" - - econf ${myconf} || die "Configuration failed" - einfo "Replacing -Os CFLAG with -O2" - replace-flags -Os -O2 - - emake || emake -j1 || die "Make failed" -} - -src_install() { - einstall || die "Install failed" - dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST -} |