diff options
author | 2015-07-22 22:52:24 +0000 | |
---|---|---|
committer | 2015-07-22 22:52:24 +0000 | |
commit | f01651dc35382c046c64ab832bfcb5aa635f5556 (patch) | |
tree | 431c0b8c26568c9335424ca4910cfe6d64ab2848 /app-emulation/libspectrum | |
parent | Remove old. (diff) | |
download | gentoo-2-f01651dc35382c046c64ab832bfcb5aa635f5556.tar.gz gentoo-2-f01651dc35382c046c64ab832bfcb5aa635f5556.tar.bz2 gentoo-2-f01651dc35382c046c64ab832bfcb5aa635f5556.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-emulation/libspectrum')
5 files changed, 7 insertions, 160 deletions
diff --git a/app-emulation/libspectrum/ChangeLog b/app-emulation/libspectrum/ChangeLog index 09205ebccbdc..eebe0300c0db 100644 --- a/app-emulation/libspectrum/ChangeLog +++ b/app-emulation/libspectrum/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/libspectrum # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.38 2015/06/26 08:40:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.39 2015/07/22 22:52:24 mrueg Exp $ + + 22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> + -files/libspectrum-0.5.0.1-without-bzip2_zlib.patch, + -libspectrum-0.2.2-r1.ebuild, -libspectrum-0.4.0.ebuild, + -libspectrum-0.5.0.1.ebuild: + Remove old. 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libspectrum-1.1.1.ebuild: Stable for x86, wrt bug #534850 diff --git a/app-emulation/libspectrum/files/libspectrum-0.5.0.1-without-bzip2_zlib.patch b/app-emulation/libspectrum/files/libspectrum-0.5.0.1-without-bzip2_zlib.patch deleted file mode 100644 index 3eac75b9b842..000000000000 --- a/app-emulation/libspectrum/files/libspectrum-0.5.0.1-without-bzip2_zlib.patch +++ /dev/null @@ -1,52 +0,0 @@ ---- libspectrum-0.5.0.1/configure.in 2009-01-14 20:50:55.000000000 +0100 -+++ configure.in 2009-01-24 16:10:53.000000000 +0100 -@@ -65,11 +65,19 @@ - CPPFLAGS="$CPPFLAGS -I$prefix/include"; LDFLAGS="$LDFLAGS -L$prefix/lib" - fi) - --dnl Check for zlib (the UNIX version is called z, Win32 zdll) --AC_CHECK_HEADERS( -- zlib.h, -- AC_SEARCH_LIBS(compress2, z zdll) --) -+dnl Check whether to use zlib (the UNIX version is called z, Win32 zdll) -+AC_MSG_CHECKING(whether to use zlib) -+AC_ARG_WITH(zlib, -+[ --without-zlib don't use zlib], -+if test "$withval" = no; then zlib=no; else zlib=yes; fi, -+zlib=yes) -+AC_MSG_RESULT($zlib) -+if test "$zlib" = yes; then -+ AC_CHECK_HEADERS( -+ zlib.h, -+ AC_SEARCH_LIBS(compress2, z zdll) -+ ) -+fi - - dnl Check whether to use libgcrypt - AC_MSG_CHECKING(whether to use libgcrypt) -@@ -82,11 +90,19 @@ - AC_CHECK_HEADERS(gcrypt.h,LIBS="$LIBS -lgcrypt") - fi - --dnl Check for libbz2 1.0 or greater --AC_CHECK_HEADER( -- bzlib.h, -- AC_CHECK_LIB(bz2,BZ2_bzDecompressInit) --) -+dnl Check whether to use libbz2 (1.0 or greater) -+AC_MSG_CHECKING(whether to use libbz2) -+AC_ARG_WITH(bzip2, -+[ --without-bzip2 don't use libbz2], -+if test "$withval" = no; then bzip2=no; else bzip2=yes; fi, -+bzip2=yes) -+AC_MSG_RESULT($bzip2) -+if test "$bzip2" = yes; then -+ AC_CHECK_HEADER( -+ bzlib.h, -+ AC_CHECK_LIB(bz2,BZ2_bzDecompressInit) -+ ) -+fi - - dnl Either find glib or use the replacement - AC_MSG_CHECKING(whether to use glib) diff --git a/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild b/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild deleted file mode 100644 index bcb031603607..000000000000 --- a/app-emulation/libspectrum/libspectrum-0.2.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 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.7 2012/05/03 18:49:07 jdhore 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" - -RDEPEND=">=dev-libs/glib-2 - dev-libs/libgcrypt - dev-lang/perl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -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 -} diff --git a/app-emulation/libspectrum/libspectrum-0.4.0.ebuild b/app-emulation/libspectrum/libspectrum-0.4.0.ebuild deleted file mode 100644 index 5129c0773ada..000000000000 --- a/app-emulation/libspectrum/libspectrum-0.4.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-0.4.0.ebuild,v 1.3 2012/05/03 18:49:07 jdhore 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" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="audiofile bzip2 zlib" - -RDEPEND="zlib? ( sys-libs/zlib ) - bzip2? ( >=app-arch/bzip2-1.0 ) - >=dev-libs/glib-2 - audiofile? ( >=media-libs/audiofile-0.2.3 )" -DEPEND="${RDEPEND} - dev-lang/perl - virtual/pkgconfig" - -src_compile() { - econf --with-glib \ - $(use_with audiofile libaudiofile) \ - || die "econf failed!" - emake || die "emake failed!" -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog README THANKS doc/*.txt *.txt - doman doc/libspectrum.3 -} diff --git a/app-emulation/libspectrum/libspectrum-0.5.0.1.ebuild b/app-emulation/libspectrum/libspectrum-0.5.0.1.ebuild deleted file mode 100644 index ae061b752c97..000000000000 --- a/app-emulation/libspectrum/libspectrum-0.5.0.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-0.5.0.1.ebuild,v 1.3 2012/05/03 18:49:07 jdhore Exp $ - -inherit eutils autotools - -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" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="audiofile bzip2 zlib" - -RDEPEND="zlib? ( sys-libs/zlib ) - bzip2? ( >=app-arch/bzip2-1.0 ) - >=dev-libs/glib-2 - audiofile? ( >=media-libs/audiofile-0.2.3 )" -DEPEND="${RDEPEND} - dev-lang/perl - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - #submitted upstream at: - # http://sf.net/tracker/index.php?func=detail&aid=2533274&group_id=91293&atid=596650 - epatch "${FILESDIR}/${P}-without-bzip2_zlib.patch" - eautoreconf -} - -src_compile() { - econf --with-glib \ - $(use_with zlib zlib) \ - $(use_with bzip2 bzip2) \ - $(use_with audiofile libaudiofile) \ - || die "econf failed!" - emake || die "emake failed!" -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog README THANKS doc/*.txt *.txt - doman doc/libspectrum.3 -} |