diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-03 22:07:10 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-03 22:07:10 +0000 |
commit | d550bed89edc10a505847cc75bc9ea29dd86d9ac (patch) | |
tree | 544e82eb30380f9749ce8fb1d9b47b47942e6ccb /app-emulation/libspectrum | |
parent | Keyworded ~sparc wrt #76381 (diff) | |
download | historical-d550bed89edc10a505847cc75bc9ea29dd86d9ac.tar.gz historical-d550bed89edc10a505847cc75bc9ea29dd86d9ac.tar.bz2 historical-d550bed89edc10a505847cc75bc9ea29dd86d9ac.zip |
Version bump as per bug #76488
Diffstat (limited to 'app-emulation/libspectrum')
-rw-r--r-- | app-emulation/libspectrum/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/libspectrum/Manifest | 16 | ||||
-rw-r--r-- | app-emulation/libspectrum/files/digest-libspectrum-0.2.2 | 1 | ||||
-rw-r--r-- | app-emulation/libspectrum/libspectrum-0.2.2.ebuild | 26 |
4 files changed, 48 insertions, 3 deletions
diff --git a/app-emulation/libspectrum/ChangeLog b/app-emulation/libspectrum/ChangeLog index 943881850343..71dd48e7df65 100644 --- a/app-emulation/libspectrum/ChangeLog +++ b/app-emulation/libspectrum/ChangeLog @@ -1,6 +1,12 @@ # 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.7 2005/01/01 14:14:23 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.8 2005/01/03 22:07:10 dragonheart Exp $ + +*libspectrum-0.2.2 (04 Jan 2005) + + 04 Jan 2005; Daniel Black <dragonheart@gentoo.org> + +libspectrum-0.2.2.ebuild: + Version bump as per bug #76488 by Ooblick <txe_stc@yahoo.com> *libspectrum-0.2.1 (28 Feb 2004) diff --git a/app-emulation/libspectrum/Manifest b/app-emulation/libspectrum/Manifest index bc5ca57cffe3..58a844b01593 100644 --- a/app-emulation/libspectrum/Manifest +++ b/app-emulation/libspectrum/Manifest @@ -1,6 +1,18 @@ -MD5 b7d6ed82ca9bb6ab280d5239e160531e ChangeLog 906 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 cd603affec0dd396106bd0e8a2fbe1fa ChangeLog 1088 MD5 e08ef3d5a01e1c36cf62d74de6842dd6 libspectrum-0.2.0.1-r1.ebuild 725 -MD5 53d01c64e2b0e6cf4efdde8c08c3d846 libspectrum-0.2.1.ebuild 724 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 +MD5 53d01c64e2b0e6cf4efdde8c08c3d846 libspectrum-0.2.1.ebuild 724 +MD5 5bd5e6a7cf8591ad5115d63514d94204 libspectrum-0.2.2.ebuild 722 MD5 e25263c299930c27cc50ce3cf3923b8a files/digest-libspectrum-0.2.0.1-r1 71 MD5 b239f51df2be147a2e204ba5b14c93eb files/digest-libspectrum-0.2.1 69 +MD5 27ca9d0b3809d73e47b17e3c16cd1116 files/digest-libspectrum-0.2.2 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB2cIVmdTrptrqvGERArN4AJ9IJIf5WOP7oV0j9ELmWKP5mPwcFgCgoA3L +u4Bhyu063+9E4hZC1VeadMg= +=hpZD +-----END PGP SIGNATURE----- diff --git a/app-emulation/libspectrum/files/digest-libspectrum-0.2.2 b/app-emulation/libspectrum/files/digest-libspectrum-0.2.2 new file mode 100644 index 000000000000..25250a452992 --- /dev/null +++ b/app-emulation/libspectrum/files/digest-libspectrum-0.2.2 @@ -0,0 +1 @@ +MD5 30b0e5082b3b9d9f6fc430fd8912c0bd libspectrum-0.2.2.tar.gz 386960 diff --git a/app-emulation/libspectrum/libspectrum-0.2.2.ebuild b/app-emulation/libspectrum/libspectrum-0.2.2.ebuild new file mode 100644 index 000000000000..7488a8148043 --- /dev/null +++ b/app-emulation/libspectrum/libspectrum-0.2.2.ebuild @@ -0,0 +1,26 @@ +# 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.2.ebuild,v 1.1 2005/01/03 22:07:10 dragonheart 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="~x86 ~ppc" + +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() { + emake install DESTDIR=${D} || die + dodoc AUTHORS ChangeLog README THANKS doc/*.txt *.txt +} |