summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2008-10-18 17:01:33 +0000
committerMichael Januszewski <spock@gentoo.org>2008-10-18 17:01:33 +0000
commit24d5671762181df0427f197d5557452b2f550be5 (patch)
tree6724082835a6d50b298d1bae37d3bfb203b6fc8a /media-libs/adplug
parentStable on ppc wrt bug 242386 (diff)
downloadgentoo-2-24d5671762181df0427f197d5557452b2f550be5.tar.gz
gentoo-2-24d5671762181df0427f197d5557452b2f550be5.tar.bz2
gentoo-2-24d5671762181df0427f197d5557452b2f550be5.zip
Remove an old ebuild.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27 x86_64)
Diffstat (limited to 'media-libs/adplug')
-rw-r--r--media-libs/adplug/ChangeLog5
-rw-r--r--media-libs/adplug/adplug-2.0.1.ebuild21
2 files changed, 4 insertions, 22 deletions
diff --git a/media-libs/adplug/ChangeLog b/media-libs/adplug/ChangeLog
index a84995438599..8f82f5b3b899 100644
--- a/media-libs/adplug/ChangeLog
+++ b/media-libs/adplug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/adplug
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.27 2008/09/21 13:38:02 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.28 2008/10/18 17:01:32 spock Exp $
+
+ 18 Oct 2008; Michał Januszewski <spock@gentoo.org> -adplug-2.0.1.ebuild:
+ Remove an old ebuild.
21 Sep 2008; Brent Baude <ranger@gentoo.org> adplug-2.1.ebuild:
stable ppc, bug 237008
diff --git a/media-libs/adplug/adplug-2.0.1.ebuild b/media-libs/adplug/adplug-2.0.1.ebuild
deleted file mode 100644
index b55f0a5cf2f5..000000000000
--- a/media-libs/adplug/adplug-2.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-2.0.1.ebuild,v 1.7 2008/04/16 16:30:45 drac Exp $
-
-DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
-HOMEPAGE="http://adplug.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-cpp/libbinio-1.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install fialed."
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO
-}