diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-01-07 21:32:59 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-01-07 21:32:59 +0000 |
commit | f5702d6a77e655a304bd73ad6a96a05ac9dc3a5e (patch) | |
tree | 1473626a19f56c50612c2364fdede1cc34a0cd3d /media-sound/ncmpcpp | |
parent | stable amd64, bug 253978 (diff) | |
download | gentoo-2-f5702d6a77e655a304bd73ad6a96a05ac9dc3a5e.tar.gz gentoo-2-f5702d6a77e655a304bd73ad6a96a05ac9dc3a5e.tar.bz2 gentoo-2-f5702d6a77e655a304bd73ad6a96a05ac9dc3a5e.zip |
stable amd64, remove old
(Portage version: 2.1.6.1/cvs/Linux 2.6.25.9 x86_64)
Diffstat (limited to 'media-sound/ncmpcpp')
-rw-r--r-- | media-sound/ncmpcpp/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/ncmpcpp/ncmpcpp-0.2.3.ebuild | 44 | ||||
-rw-r--r-- | media-sound/ncmpcpp/ncmpcpp-0.2.5.ebuild | 6 |
3 files changed, 9 insertions, 49 deletions
diff --git a/media-sound/ncmpcpp/ChangeLog b/media-sound/ncmpcpp/ChangeLog index 1421c7dc841f..c12355ee49b9 100644 --- a/media-sound/ncmpcpp/ChangeLog +++ b/media-sound/ncmpcpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/ncmpcpp -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.6 2008/12/17 18:49:01 yngwin Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.7 2009/01/07 21:32:59 gentoofan23 Exp $ + + 07 Jan 2009; Thomas Anderson <gentoofan23@gentoo.org> + -ncmpcpp-0.2.3.ebuild, ncmpcpp-0.2.5.ebuild: + stable amd64, remove old 17 Dec 2008; Ben de Groot <yngwin@gentoo.org> ncmpcpp-0.2.5.ebuild: Several minor ebuild improvements, thanks to angelos. diff --git a/media-sound/ncmpcpp/ncmpcpp-0.2.3.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.2.3.ebuild deleted file mode 100644 index 22e0e61b6c22..000000000000 --- a/media-sound/ncmpcpp/ncmpcpp-0.2.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.3.ebuild,v 1.1 2008/09/23 22:23:50 yngwin Exp $ - -inherit eutils - -DESCRIPTION="An ncurses mpd client, ncmpc clone with some new features, written in C++" -HOMEPAGE="http://unkart.ovh.org/ncmpcpp" -SRC_URI="http://unkart.ovh.org/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" -IUSE="curl taglib unicode" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="sys-libs/ncurses - curl? ( net-misc/curl ) - taglib? ( media-libs/taglib )" -RDEPEND="${DEPEND}" - -pkg_setup() { - if ! built_with_use sys-libs/ncurses unicode && use unicode ; then - eerror "Please recompile sys-libs/ncurses with the unicode useflag" - die - fi -} - -src_compile() { - econf $(use_enable unicode) $(use_with curl) $(use_with taglib) \ - || die "configure failed" - emake || die "make failed" -} - -src_install() { - make install DESTDIR="${D}" docdir="${ROOT}/usr/share/doc/${PF}" \ - || die "install failed" - prepalldocs -} - -pkg_postinst() { - echo - elog "Example configuration files have been installed at" - elog "${ROOT}usr/share/doc/${PF}" - echo -} diff --git a/media-sound/ncmpcpp/ncmpcpp-0.2.5.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.2.5.ebuild index e9c35a6f74d9..80954511c88a 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.2.5.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.5.ebuild,v 1.2 2008/12/17 18:49:01 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.2.5.ebuild,v 1.3 2009/01/07 21:32:59 gentoofan23 Exp $ EAPI="2" inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://unkart.ovh.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2" IUSE="curl taglib unicode" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND="sys-libs/ncurses[unicode?] curl? ( net-misc/curl ) |