diff options
author | 2004-08-01 20:53:56 +0000 | |
---|---|---|
committer | 2004-08-01 20:53:56 +0000 | |
commit | ef4ef0f4e3d673213fd79ebb2a4f8da23644b97e (patch) | |
tree | 85ffc8f80139407babaa5d4a9a128263cacb80e9 | |
parent | buffer overflows in <dev-db/firebird-1.5 (diff) | |
download | historical-ef4ef0f4e3d673213fd79ebb2a4f8da23644b97e.tar.gz historical-ef4ef0f4e3d673213fd79ebb2a4f8da23644b97e.tar.bz2 historical-ef4ef0f4e3d673213fd79ebb2a4f8da23644b97e.zip |
Added to ~ppc
-rw-r--r-- | app-editors/lfhex/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/lfhex/Manifest | 16 | ||||
-rw-r--r-- | app-editors/lfhex/lfhex-0.3.7-r1.ebuild | 4 |
3 files changed, 9 insertions, 16 deletions
diff --git a/app-editors/lfhex/ChangeLog b/app-editors/lfhex/ChangeLog index 388ee9b916d3..f88b2d0a3cdc 100644 --- a/app-editors/lfhex/ChangeLog +++ b/app-editors/lfhex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/lfhex # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.5 2004/07/23 06:33:42 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.6 2004/08/01 20:53:56 dholm Exp $ + + 01 Aug 2004; David Holm <dholm@gentoo.org> lfhex-0.3.7-r1.ebuild: + Added to ~ppc. *lfhex-0.3.7-r1 (23 Jul 2004) diff --git a/app-editors/lfhex/Manifest b/app-editors/lfhex/Manifest index 3bf0249b20c2..88842e766778 100644 --- a/app-editors/lfhex/Manifest +++ b/app-editors/lfhex/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 ada48f5a50f897262f600bc22acccf99 ChangeLog 945 MD5 b0376a3a63911905d80b073b56812ff7 lfhex-0.3.7.ebuild 765 -MD5 cabd6d04682d7c7062eb9420bf873152 lfhex-0.3.7-r1.ebuild 873 MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403 -MD5 101967d26ac87b9fd36e5cfa56d61b9d ChangeLog 865 +MD5 81a50ab538344f3caee6da2044f74c10 lfhex-0.3.7-r1.ebuild 872 MD5 278540748b028890d6885b09b0ab834c files/digest-lfhex-0.3.7 62 -MD5 ee28bebce85257e0e2fc93bc323d4e9b files/lfhex-gcc3-inline-fix.patch 539 MD5 278540748b028890d6885b09b0ab834c files/digest-lfhex-0.3.7-r1 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBALMgmdTrptrqvGERAljEAJ92+0ls7N/EFlxEiEzIG/WTlC+4mwCeLy8f -cdtnr0fCLHjEB7a7ncC/2Qo= -=qC3A ------END PGP SIGNATURE----- +MD5 ee28bebce85257e0e2fc93bc323d4e9b files/lfhex-gcc3-inline-fix.patch 539 diff --git a/app-editors/lfhex/lfhex-0.3.7-r1.ebuild b/app-editors/lfhex/lfhex-0.3.7-r1.ebuild index 60f9dcb6b083..2d143a3302d7 100644 --- a/app-editors/lfhex/lfhex-0.3.7-r1.ebuild +++ b/app-editors/lfhex/lfhex-0.3.7-r1.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/app-editors/lfhex/lfhex-0.3.7-r1.ebuild,v 1.1 2004/07/23 06:33:42 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7-r1.ebuild,v 1.2 2004/08/01 20:53:56 dholm Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://freshmeat.net/projects/lfhex" SRC_URI="http://home.earthlink.net/~eyekode/data/${P}.tar.gz" LICENSE="QPL-1.0" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" |