summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2007-02-09 19:19:52 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2007-02-09 19:19:52 +0000
commitfcb57acae6548416c2f993cd13eff394d7e56ccc (patch)
treeb46beea17e6bd847f32bc6823804df0c1c1ca40d /app-emulation/libspectrum
parentRestored freetype-2.1.9-r1.ebuild because that version is still in use by alp... (diff)
downloadgentoo-2-fcb57acae6548416c2f993cd13eff394d7e56ccc.tar.gz
gentoo-2-fcb57acae6548416c2f993cd13eff394d7e56ccc.tar.bz2
gentoo-2-fcb57acae6548416c2f993cd13eff394d7e56ccc.zip
Depend on dev-libs/glib-2 instead of dev-libs/glib-1 for bug 166088. Thanks to Ooblick <txe_stc at yahoo.com>.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-emulation/libspectrum')
-rw-r--r--app-emulation/libspectrum/ChangeLog11
-rw-r--r--app-emulation/libspectrum/files/digest-libspectrum-0.2.2-r13
-rw-r--r--app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild26
3 files changed, 38 insertions, 2 deletions
diff --git a/app-emulation/libspectrum/ChangeLog b/app-emulation/libspectrum/ChangeLog
index 05eaf7d2d767..9fc036f36a15 100644
--- a/app-emulation/libspectrum/ChangeLog
+++ b/app-emulation/libspectrum/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emulation/libspectrum
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.14 2006/09/02 16:06:00 blubb Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.15 2007/02/09 19:19:52 vanquirius Exp $
+
+*libspectrum-0.2.2-r1 (09 Feb 2007)
+
+ 09 Feb 2007; Marcelo Goes <vanquirius@gentoo.org>
+ +libspectrum-0.2.2-r1.ebuild:
+ Depend on dev-libs/glib-2 instead of dev-libs/glib-1 for bug 166088. Thanks
+ to Ooblick <txe_stc at yahoo.com>.
02 Sep 2006; <blubb@gentoo.org> libspectrum-0.2.2.ebuild:
stable on amd64
diff --git a/app-emulation/libspectrum/files/digest-libspectrum-0.2.2-r1 b/app-emulation/libspectrum/files/digest-libspectrum-0.2.2-r1
new file mode 100644
index 000000000000..0b417ec6c71b
--- /dev/null
+++ b/app-emulation/libspectrum/files/digest-libspectrum-0.2.2-r1
@@ -0,0 +1,3 @@
+MD5 30b0e5082b3b9d9f6fc430fd8912c0bd libspectrum-0.2.2.tar.gz 386960
+RMD160 b28bfbcae5e70d228436e16eb2f795611a42964c libspectrum-0.2.2.tar.gz 386960
+SHA256 bdcc47ef44881346bfd06bbbbd631fb658905e5274f2b68c4bddac1a4243cbf9 libspectrum-0.2.2.tar.gz 386960
diff --git a/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild b/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild
new file mode 100644
index 000000000000..2bbec235f3d1
--- /dev/null
+++ b/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2007 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.1 2007/02/09 19:19:52 vanquirius 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-2
+ 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
+}