diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-06-25 23:43:57 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-06-25 23:43:57 +0000 |
commit | bd11b6ef4e930a6cf3967f29a0cce0cdeb3ff4c7 (patch) | |
tree | 003d4abef5e86a446e2fee970bf4da2c1ea8d3d1 /media-libs/lastfmlib | |
parent | Drop old ebuild (diff) | |
download | gentoo-2-bd11b6ef4e930a6cf3967f29a0cce0cdeb3ff4c7.tar.gz gentoo-2-bd11b6ef4e930a6cf3967f29a0cce0cdeb3ff4c7.tar.bz2 gentoo-2-bd11b6ef4e930a6cf3967f29a0cce0cdeb3ff4c7.zip |
Drop old ebuild
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/lastfmlib')
-rw-r--r-- | media-libs/lastfmlib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/lastfmlib/lastfmlib-0.3.0.ebuild | 29 |
2 files changed, 5 insertions, 30 deletions
diff --git a/media-libs/lastfmlib/ChangeLog b/media-libs/lastfmlib/ChangeLog index 323a1203fa0c..8cc9627b3524 100644 --- a/media-libs/lastfmlib/ChangeLog +++ b/media-libs/lastfmlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/lastfmlib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.10 2010/04/18 12:28:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.11 2010/06/25 23:43:57 hwoarang Exp $ + + 25 Jun 2010; Markos Chandras <hwoarang@gentoo.org> + -lastfmlib-0.3.0.ebuild: + Drop old ebuild 18 Apr 2010; Markus Meier <maekke@gentoo.org> lastfmlib-0.4.0.ebuild: amd64 stable, bug #284886 diff --git a/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild deleted file mode 100644 index 143f4ac55230..000000000000 --- a/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild,v 1.5 2009/11/03 19:32:35 fauli Exp $ - -EAPI=2 - -DESCRIPTION="C++ library to scrobble tracks on Last.fm" -HOMEPAGE="http://code.google.com/p/lastfmlib" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="syslog debug" - -DEPEND="net-misc/curl - !media-libs/liblastfm" - -src_configure() { - econf \ - $(use_enable syslog logging) \ - $(use_enable debug) \ - --disable-unittests -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README TODO || die -} |