diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-30 00:31:12 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-30 00:31:12 +0000 |
commit | e7448b868718ccfa2c1f79f379f8b2cad8f6dc31 (patch) | |
tree | 62773d292ade8b4a9b81f6364adbd826629486b2 /media-libs/dumb | |
parent | Remove old. (diff) | |
download | gentoo-2-e7448b868718ccfa2c1f79f379f8b2cad8f6dc31.tar.gz gentoo-2-e7448b868718ccfa2c1f79f379f8b2cad8f6dc31.tar.bz2 gentoo-2-e7448b868718ccfa2c1f79f379f8b2cad8f6dc31.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-libs/dumb')
-rw-r--r-- | media-libs/dumb/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/dumb/dumb-0.9.3-r1.ebuild | 66 | ||||
-rw-r--r-- | media-libs/dumb/dumb-0.9.3-r2.ebuild | 64 |
3 files changed, 6 insertions, 132 deletions
diff --git a/media-libs/dumb/ChangeLog b/media-libs/dumb/ChangeLog index 4cf75322ca6e..6b35efeaef59 100644 --- a/media-libs/dumb/ChangeLog +++ b/media-libs/dumb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/dumb -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.53 2014/03/30 10:36:11 nimiux Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/ChangeLog,v 1.54 2015/05/30 00:31:12 mrueg Exp $ + + 30 May 2015; Manuel Rüger <mrueg@gentoo.org> -dumb-0.9.3-r1.ebuild, + -dumb-0.9.3-r2.ebuild: + Remove old. 30 Mar 2014; Chema Alonso <nimiux@gentoo.org> dumb-0.9.3-r3.ebuild: Stable for amd64 wrt bug #495710 diff --git a/media-libs/dumb/dumb-0.9.3-r1.ebuild b/media-libs/dumb/dumb-0.9.3-r1.ebuild deleted file mode 100644 index 588c0d92015b..000000000000 --- a/media-libs/dumb/dumb-0.9.3-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.3-r1.ebuild,v 1.14 2011/08/09 12:28:53 xarthisius Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="IT/XM/S3M/MOD player library with click removal and IT filters" -HOMEPAGE="http://dumb.sourceforge.net/" -SRC_URI="mirror://sourceforge/dumb/${P}.tar.gz" - -LICENSE="DUMB-0.9.2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="debug" - -RDEPEND="" -DEPEND="" - -src_prepare() { - cat << EOF > make/config.txt -include make/unix.inc -ALL_TARGETS := core core-examples core-headers -PREFIX := /usr -EOF - - epatch "${FILESDIR}"/${P}-PIC-as-needed.patch - epatch "${FILESDIR}"/${P}_CVE-2006-3668.patch - sed -i '/= -s/d' Makefile || die "sed failed" - cp -f Makefile Makefile.rdy -} - -src_compile() { - emake OFLAGS="${CFLAGS}" all || die "emake failed" -} - -src_install() { - dobin examples/{dumbout,dumb2wav} || die "dobin failed" - dolib.so lib/unix/libdumb.so || die "dolib.so failed" - - if use debug; then - dolib.so lib/unix/libdumbd.so || die "dolib.so failed" - fi - - insinto /usr/include - doins include/dumb.h || die "doins failed" - - dodoc readme.txt release.txt docs/* -} - -pkg_postinst() { - elog "DUMB's core has been installed. This will enable you to convert module" - elog "files to PCM data (ready for sending to /dev/dsp, writing to a .wav" - elog "file, piping through oggenc, etc.)." - elog - elog "If you are using Allegro, you will also want to 'emerge aldumb'. This" - elog "provides you with a convenient API for playing module files through" - elog "Allegro's sound system, and also enables DUMB to integrate with" - elog "Allegro's datafile system so you can add modules to datafiles." - elog - elog "As a developer, when you distribute your game and write your docs, be" - elog "aware that 'dumb' and 'aldumb' actually come from the same download." - elog "People who don't use Gentoo will only have to download and install one" - elog "package. See readme.txt in /usr/share/doc/${PF} for details on" - elog "how DUMB would be compiled manually." -} diff --git a/media-libs/dumb/dumb-0.9.3-r2.ebuild b/media-libs/dumb/dumb-0.9.3-r2.ebuild deleted file mode 100644 index 69829476f5c7..000000000000 --- a/media-libs/dumb/dumb-0.9.3-r2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.3-r2.ebuild,v 1.6 2014/03/06 10:45:04 ago Exp $ - -EAPI=5 -inherit eutils multilib-build multilib-minimal - -DESCRIPTION="IT/XM/S3M/MOD player library with click removal and IT filters" -HOMEPAGE="http://dumb.sourceforge.net/" -SRC_URI="mirror://sourceforge/dumb/${P}.tar.gz" - -LICENSE="DUMB-0.9.2" -SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86" -IUSE="debug" - -RDEPEND="" -DEPEND="" - -src_prepare() { - cat << EOF > make/config.txt -include make/unix.inc -ALL_TARGETS := core core-examples core-headers -PREFIX := /usr -EOF - - epatch "${FILESDIR}"/${P}-PIC-as-needed.patch - epatch "${FILESDIR}"/${P}_CVE-2006-3668.patch - sed -i '/= -s/d' Makefile || die "sed failed" - cp -f Makefile Makefile.rdy - - multilib_copy_sources -} - -multilib_src_compile() { - emake OFLAGS="${CFLAGS}" all -} - -multilib_src_install() { - dolib.so lib/unix/libdumb.so - use debug && dolib.so lib/unix/libdumbd.so - - doheader include/dumb.h - - dobin examples/{dumbout,dumb2wav} - dodoc readme.txt release.txt docs/* -} - -pkg_postinst() { - elog "DUMB's core has been installed. This will enable you to convert module" - elog "files to PCM data (ready for sending to /dev/dsp, writing to a .wav" - elog "file, piping through oggenc, etc.)." - elog - elog "If you are using Allegro, you will also want to 'emerge aldumb'. This" - elog "provides you with a convenient API for playing module files through" - elog "Allegro's sound system, and also enables DUMB to integrate with" - elog "Allegro's datafile system so you can add modules to datafiles." - elog - elog "As a developer, when you distribute your game and write your docs, be" - elog "aware that 'dumb' and 'aldumb' actually come from the same download." - elog "People who don't use Gentoo will only have to download and install one" - elog "package. See readme.txt in /usr/share/doc/${PF} for details on" - elog "how DUMB would be compiled manually." -} |