diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 20:03:44 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 20:03:44 +0000 |
commit | f9cacb05cfc146b48c980683851172f841e332da (patch) | |
tree | 800e86d4cbe4b86e6446c82750e7ce2f1e59a79b /app-emulation/hercules | |
parent | bzip2 moved from sys-apps to app-arch (diff) | |
download | historical-f9cacb05cfc146b48c980683851172f841e332da.tar.gz historical-f9cacb05cfc146b48c980683851172f841e332da.tar.bz2 historical-f9cacb05cfc146b48c980683851172f841e332da.zip |
dependency from sys-apps/bzip2 to app-arch/bzip2
Diffstat (limited to 'app-emulation/hercules')
-rw-r--r-- | app-emulation/hercules/Manifest | 6 | ||||
-rw-r--r-- | app-emulation/hercules/hercules-2.17.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/hercules/hercules-3.00.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/app-emulation/hercules/Manifest b/app-emulation/hercules/Manifest index d5bb86cf8359..635db652a250 100644 --- a/app-emulation/hercules/Manifest +++ b/app-emulation/hercules/Manifest @@ -1,5 +1,5 @@ +MD5 58a4661b6dbc455aa7403cc0e653f430 hercules-2.17.1-r1.ebuild 1775 +MD5 9520d32fb53bf71a191b50a785291f77 hercules-3.00.ebuild 1918 MD5 43065f9047f8c18832b3ea277ad6af0a ChangeLog 1055 -MD5 b95dad85296587cc810367a03417ed43 hercules-3.00.ebuild 1917 -MD5 f66b4c3290ce1b80b5ecebf6a9b01d1f hercules-2.17.1-r1.ebuild 1776 -MD5 64b6313ec62cc77a8a5b021ab426a67d files/digest-hercules-3.00 66 MD5 e09f0c008fb3b02510eb63971a66ecf3 files/digest-hercules-2.17.1-r1 68 +MD5 64b6313ec62cc77a8a5b021ab426a67d files/digest-hercules-3.00 66 diff --git a/app-emulation/hercules/hercules-2.17.1-r1.ebuild b/app-emulation/hercules/hercules-2.17.1-r1.ebuild index e2a9fd9ac850..7fdabc5e8cfd 100644 --- a/app-emulation/hercules/hercules-2.17.1-r1.ebuild +++ b/app-emulation/hercules/hercules-2.17.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.17.1-r1.ebuild,v 1.4 2003/10/04 12:45:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.17.1-r1.ebuild,v 1.5 2003/11/14 20:03:42 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator" @@ -12,7 +12,7 @@ SLOT="0" IUSE="" DEPEND="virtual/glibc - sys-apps/bzip2" + app-arch/bzip2" src_compile() { local mycflags diff --git a/app-emulation/hercules/hercules-3.00.ebuild b/app-emulation/hercules/hercules-3.00.ebuild index 0f89c4d68bbd..7fa822457c77 100644 --- a/app-emulation/hercules/hercules-3.00.ebuild +++ b/app-emulation/hercules/hercules-3.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.00.ebuild,v 1.1 2003/10/12 18:27:22 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.00.ebuild,v 1.2 2003/11/14 20:03:42 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator" @@ -12,7 +12,7 @@ SLOT="0" IUSE="" DEPEND="virtual/glibc - sys-apps/bzip2" + app-arch/bzip2" src_compile() { local mycflags |