diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-11-30 11:40:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-11-30 11:40:56 +0000 |
commit | 8ecf41f8c55fd69fc5943b3adce5755906047f0f (patch) | |
tree | 636c0fd3ddc63f9cb060111bb88cbaf523edd0ee /media-sound/mpdas | |
parent | Clean up. (diff) | |
download | gentoo-2-8ecf41f8c55fd69fc5943b3adce5755906047f0f.tar.gz gentoo-2-8ecf41f8c55fd69fc5943b3adce5755906047f0f.tar.bz2 gentoo-2-8ecf41f8c55fd69fc5943b3adce5755906047f0f.zip |
Fix config directory.
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'media-sound/mpdas')
-rw-r--r-- | media-sound/mpdas/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/mpdas/mpdas-0.2.2.ebuild | 27 | ||||
-rw-r--r-- | media-sound/mpdas/mpdas-0.2.3-r1.ebuild (renamed from media-sound/mpdas/mpdas-0.2.3.ebuild) | 4 |
3 files changed, 9 insertions, 30 deletions
diff --git a/media-sound/mpdas/ChangeLog b/media-sound/mpdas/ChangeLog index d48affcc22d4..5e0633c412fb 100644 --- a/media-sound/mpdas/ChangeLog +++ b/media-sound/mpdas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/mpdas # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.2 2008/11/30 07:26:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.3 2008/11/30 11:40:56 ssuominen Exp $ + +*mpdas-0.2.3-r1 (30 Nov 2008) + + 30 Nov 2008; <ssuominen@gentoo.org> -mpdas-0.2.2.ebuild, + -mpdas-0.2.3.ebuild, +mpdas-0.2.3-r1.ebuild: + Fix config directory. *mpdas-0.2.3 (30 Nov 2008) diff --git a/media-sound/mpdas/mpdas-0.2.2.ebuild b/media-sound/mpdas/mpdas-0.2.2.ebuild deleted file mode 100644 index 6a887c4fba81..000000000000 --- a/media-sound/mpdas/mpdas-0.2.2.ebuild +++ /dev/null @@ -1,27 +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/mpdas/mpdas-0.2.2.ebuild,v 1.1 2008/11/24 00:14:10 yngwin Exp $ - -DESCRIPTION="An AudioScrobbler client for MPD written in C++" -HOMEPAGE="http://50hz.ws/mpdas/" -SRC_URI="http://50hz.ws/mpdas/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND="media-libs/libmpd - net-misc/curl" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - dobin ${PN} || die "dobin failed" - dodoc README -} - -pkg_postinst() { - elog "For further configuration help consult the README in" - elog "/usr/share/doc/${PF}/" -} diff --git a/media-sound/mpdas/mpdas-0.2.3.ebuild b/media-sound/mpdas/mpdas-0.2.3-r1.ebuild index 9812998f3623..0e09a7c7005a 100644 --- a/media-sound/mpdas/mpdas-0.2.3.ebuild +++ b/media-sound/mpdas/mpdas-0.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.2.3.ebuild,v 1.1 2008/11/30 07:26:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.2.3-r1.ebuild,v 1.1 2008/11/30 11:40:56 ssuominen Exp $ inherit toolchain-funcs @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} src_compile() { tc-export CXX - emake PREFIX="/usr" || die "emake failed." + emake CONFIG="/etc" || die "emake failed." } src_install() { |