summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2008-05-12 04:00:18 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2008-05-12 04:00:18 +0000
commitbe2b261fcfb4d62adde344a3747f9cbb4985f829 (patch)
tree51b9544476dd0793587b3bccb515f37d550bcd40 /app-emulation
parent0.4.0 Version bump for bug 211145. Ebuild provided by Jose Manuel Ferrer (diff)
downloadgentoo-2-be2b261fcfb4d62adde344a3747f9cbb4985f829.tar.gz
gentoo-2-be2b261fcfb4d62adde344a3747f9cbb4985f829.tar.bz2
gentoo-2-be2b261fcfb4d62adde344a3747f9cbb4985f829.zip
Add pkgconfig dependency for bug 205049. Thanks again to Jose Manuel
Ferrer Ortiz <jmfo1982 at yahoo dot es>. Removing old ebuild. (Portage version: 2.1.4.4)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/libspectrum/ChangeLog7
-rw-r--r--app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild5
-rw-r--r--app-emulation/libspectrum/libspectrum-0.2.2.ebuild26
3 files changed, 9 insertions, 29 deletions
diff --git a/app-emulation/libspectrum/ChangeLog b/app-emulation/libspectrum/ChangeLog
index d3866bfec5b7..9a49f0dd3e2e 100644
--- a/app-emulation/libspectrum/ChangeLog
+++ b/app-emulation/libspectrum/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/libspectrum
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.19 2008/05/12 03:46:18 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.20 2008/05/12 04:00:18 vanquirius Exp $
+
+ 12 May 2008; Marcelo Goes <vanquirius@gentoo.org>
+ -libspectrum-0.2.2.ebuild, libspectrum-0.2.2-r1.ebuild:
+ Add pkgconfig dependency for bug 205049. Thanks again to Jose Manuel Ferrer
+ Ortiz <jmfo1982 at yahoo dot es>. Removing old ebuild.
*libspectrum-0.4.0 (12 May 2008)
diff --git a/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild b/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild
index 8f1cf7a029b9..0d69ca5191ef 100644
--- a/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild
+++ b/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild,v 1.4 2007/02/12 09:30:01 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild,v 1.5 2008/05/12 04:00:18 vanquirius Exp $
DESCRIPTION="Spectrum emulation library"
HOMEPAGE="http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html"
@@ -12,6 +12,7 @@ IUSE=""
KEYWORDS="amd64 ppc x86"
DEPEND=">=dev-libs/glib-2
+ dev-util/pkgconfig
dev-libs/libgcrypt
dev-lang/perl"
diff --git a/app-emulation/libspectrum/libspectrum-0.2.2.ebuild b/app-emulation/libspectrum/libspectrum-0.2.2.ebuild
deleted file mode 100644
index 436a4c8db084..000000000000
--- a/app-emulation/libspectrum/libspectrum-0.2.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-0.2.2.ebuild,v 1.5 2006/09/02 16:06:00 blubb Exp $
-
-DESCRIPTION="Spectrum emulation library"
-HOMEPAGE="http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html"
-SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="=dev-libs/glib-1*
- dev-libs/libgcrypt
- dev-lang/perl"
-
-src_compile() {
- econf --with-glib || die
- emake -j1 || die "libspectrum make failed!"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog README THANKS doc/*.txt *.txt
-}