diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-12 21:07:45 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-12 21:07:45 +0000 |
commit | 370c13732b44d0f49d055f5b6f2f8f9faa5a51f4 (patch) | |
tree | 47ab84f781290cfd3cb13b6b2feeeb833bee5eac /app-emulation | |
parent | badly needed update (diff) | |
download | historical-370c13732b44d0f49d055f5b6f2f8f9faa5a51f4.tar.gz historical-370c13732b44d0f49d055f5b6f2f8f9faa5a51f4.tar.bz2 historical-370c13732b44d0f49d055f5b6f2f8f9faa5a51f4.zip |
Removing redundant inherit eutils.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/Manifest | 6 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.14.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 0655cc26397b..fc3d09da6e77 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.12 2004/03/30 07:47:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.13 2004/04/12 21:07:45 wolf31o2 Exp $ + + 12 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> vice-1.14.ebuild: + Removing redundant inherit eutils. 29 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> metadata.xml: add metadata file diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest index 7345af397d09..2fe82bef0166 100644 --- a/app-emulation/vice/Manifest +++ b/app-emulation/vice/Manifest @@ -1,5 +1,5 @@ -MD5 ff2dce4c36db3a40074e9a2598a332a3 ChangeLog 1682 +MD5 5b00ae9218fff7f54e62ab4eb2c90eae vice-1.14.ebuild 1294 +MD5 b97b4c71be983192b10e8bc4e10991d1 ChangeLog 1791 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 1af7074831029390e7f41a58902636d3 vice-1.14.ebuild 1302 -MD5 962c8cfd8a9a308b180e1a26c4973625 files/1.14-po-Makefile.patch 560 MD5 eca7586b8ef1c0d8665368c0328f9250 files/digest-vice-1.14 62 +MD5 962c8cfd8a9a308b180e1a26c4973625 files/1.14-po-Makefile.patch 560 diff --git a/app-emulation/vice/vice-1.14.ebuild b/app-emulation/vice/vice-1.14.ebuild index 2599f56ef164..96bf616b1df0 100644 --- a/app-emulation/vice/vice-1.14.ebuild +++ b/app-emulation/vice/vice-1.14.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.14.ebuild,v 1.3 2004/03/30 07:47:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.14.ebuild,v 1.4 2004/04/12 21:07:45 wolf31o2 Exp $ -inherit games eutils +inherit games DESCRIPTION="The Versatile Commodore 8-bit Emulator" HOMEPAGE="http://www.viceteam.org/" |