summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-12-10 01:08:34 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-12-10 01:08:34 +0000
commitcc5f94464b5a2a6a786549249e100e5fce9f499b (patch)
tree110cb91fc44e73658f2b3865c3b360a4b95af55d /app-emulation/libspectrum
parentminor fixes (diff)
downloadgentoo-2-cc5f94464b5a2a6a786549249e100e5fce9f499b.tar.gz
gentoo-2-cc5f94464b5a2a6a786549249e100e5fce9f499b.tar.bz2
gentoo-2-cc5f94464b5a2a6a786549249e100e5fce9f499b.zip
Remove old 0.2.1 ebuild.
(Portage version: 2.0.53)
Diffstat (limited to 'app-emulation/libspectrum')
-rw-r--r--app-emulation/libspectrum/ChangeLog6
-rw-r--r--app-emulation/libspectrum/files/digest-libspectrum-0.2.11
-rw-r--r--app-emulation/libspectrum/libspectrum-0.2.1.ebuild26
3 files changed, 5 insertions, 28 deletions
diff --git a/app-emulation/libspectrum/ChangeLog b/app-emulation/libspectrum/ChangeLog
index 630ff8126d34..2088b68e9c5c 100644
--- a/app-emulation/libspectrum/ChangeLog
+++ b/app-emulation/libspectrum/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/libspectrum
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.12 2005/10/02 16:48:26 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.13 2005/12/10 01:08:33 vanquirius Exp $
+
+ 10 Dec 2005; Marcelo Goes <vanquirius@gentoo.org>
+ -libspectrum-0.2.1.ebuild:
+ Remove old 0.2.1 ebuild.
02 Oct 2005; Michael Hanselmann <hansmi@gentoo.org>
libspectrum-0.2.2.ebuild:
diff --git a/app-emulation/libspectrum/files/digest-libspectrum-0.2.1 b/app-emulation/libspectrum/files/digest-libspectrum-0.2.1
deleted file mode 100644
index 7255b23d6979..000000000000
--- a/app-emulation/libspectrum/files/digest-libspectrum-0.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5b851262a7473cb71c3e3341e47e17de libspectrum-0.2.1.tar.gz 253814
diff --git a/app-emulation/libspectrum/libspectrum-0.2.1.ebuild b/app-emulation/libspectrum/libspectrum-0.2.1.ebuild
deleted file mode 100644
index b139197157ed..000000000000
--- a/app-emulation/libspectrum/libspectrum-0.2.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-0.2.1.ebuild,v 1.5 2005/04/24 11:13:51 hansmi Exp $
-
-DESCRIPTION="Spectrum emulation library"
-HOMEPAGE="http://fuse-emulator.sourceforge.net/libspectrum.php"
-SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="x86 ppc"
-
-DEPEND="=dev-libs/glib-1*
- >=dev-libs/libgcrypt-1.1.91
- dev-lang/perl"
-
-src_compile() {
- econf --with-glib || die
- emake -j1 || die "libspectrum make failed!"
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- dodoc AUTHORS ChangeLog README THANKS doc/*.txt *.txt
-}