diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-26 03:45:59 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-26 03:45:59 +0000 |
commit | bf3469b5339a1003d2da32c0eb6235d7868017a6 (patch) | |
tree | 53f1e900f0037e08f7590879a3bdc437fb7f71e4 /x11-plugins/gaim-encryption | |
parent | removed old/stale ebuilds, marked gcc-3.3.4-r1 stable on arm, keep gcc from s... (diff) | |
download | historical-bf3469b5339a1003d2da32c0eb6235d7868017a6.tar.gz historical-bf3469b5339a1003d2da32c0eb6235d7868017a6.tar.bz2 historical-bf3469b5339a1003d2da32c0eb6235d7868017a6.zip |
Fixing debug eclass usage for bug 55708
Diffstat (limited to 'x11-plugins/gaim-encryption')
-rw-r--r-- | x11-plugins/gaim-encryption/Manifest | 6 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.28.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild | 7 |
3 files changed, 9 insertions, 11 deletions
diff --git a/x11-plugins/gaim-encryption/Manifest b/x11-plugins/gaim-encryption/Manifest index b04f4c5eff42..dd1299bef45f 100644 --- a/x11-plugins/gaim-encryption/Manifest +++ b/x11-plugins/gaim-encryption/Manifest @@ -1,6 +1,6 @@ -MD5 e141fea6e27e93a9173ad1aa4fd68376 gaim-encryption-2.29.ebuild 1119 -MD5 1832e11222ef97ebb2bf22fff463f024 gaim-encryption-2.28.ebuild 1122 MD5 4feec2866ea075a3cdcf69475cce821c ChangeLog 6342 +MD5 9552699df1eb8067d405b75590b93961 gaim-encryption-2.29.ebuild 1096 +MD5 e9c60fe356455f7e87870888378796c5 gaim-encryption-2.28.ebuild 1093 MD5 ab7db4bf9ff48c8de9da14fd12f6c15c metadata.xml 344 -MD5 4199a4a07c312219c1667706cd77df4f files/digest-gaim-encryption-2.28 72 MD5 571e96ba73294761bf61482053d3f169 files/digest-gaim-encryption-2.29 72 +MD5 4199a4a07c312219c1667706cd77df4f files/digest-gaim-encryption-2.28 72 diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.28.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.28.ebuild index c2e5268ca964..575b91a53b41 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.28.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.28.ebuild @@ -1,9 +1,8 @@ # 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.8 2004/08/02 17:50:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.28.ebuild,v 1.9 2004/08/26 03:45:59 rizzo Exp $ -inherit flag-o-matic eutils -use debug && inherit debug +inherit flag-o-matic eutils debug DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" @@ -12,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc amd64 ppc alpha ia64 hppa mips" -IUSE="debug" +IUSE="" DEPEND=">=net-im/gaim-0.79 dev-libs/nss" diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild index 7ceca1626bc5..2d4c985e8ad5 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild @@ -1,9 +1,8 @@ # 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.8 2004/08/25 16:34:44 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.29.ebuild,v 1.9 2004/08/26 03:45:59 rizzo Exp $ -inherit flag-o-matic eutils -use debug && inherit debug +inherit flag-o-matic eutils debug DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" @@ -12,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc amd64 ppc alpha ~ia64 ~hppa ~mips" -IUSE="debug" +IUSE="" DEPEND=">=net-im/gaim-0.80 dev-libs/nss" |