diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-10 12:21:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-10 12:21:20 +0000 |
commit | 9fd4724a39974e4e8f1058d84f10783c1e81c0d5 (patch) | |
tree | 3ba7114bd697e65cc56161551f6ef22e70309ed5 /media-sound | |
parent | x86 stable wrt #401229 (diff) | |
download | gentoo-2-9fd4724a39974e4e8f1058d84f10783c1e81c0d5.tar.gz gentoo-2-9fd4724a39974e4e8f1058d84f10783c1e81c0d5.tar.bz2 gentoo-2-9fd4724a39974e4e8f1058d84f10783c1e81c0d5.zip |
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pragha/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/pragha/pragha-1.0_rc2.ebuild | 57 |
2 files changed, 4 insertions, 58 deletions
diff --git a/media-sound/pragha/ChangeLog b/media-sound/pragha/ChangeLog index 6ce18d59094b..1c022bad134a 100644 --- a/media-sound/pragha/ChangeLog +++ b/media-sound/pragha/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/pragha # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v 1.6 2012/02/10 12:20:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v 1.7 2012/02/10 12:21:20 ssuominen Exp $ + + 10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> -pragha-1.0_rc2.ebuild: + old 10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> pragha-1.0_rc3.ebuild: x86 stable wrt #401229 diff --git a/media-sound/pragha/pragha-1.0_rc2.ebuild b/media-sound/pragha/pragha-1.0_rc2.ebuild deleted file mode 100644 index 2c6a2a3727ee..000000000000 --- a/media-sound/pragha/pragha-1.0_rc2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.0_rc2.ebuild,v 1.1 2011/11/18 23:43:41 ssuominen Exp $ - -EAPI=4 -inherit xfconf - -MY_P=${PN}-${PV/_/.} - -DESCRIPTION="A lightweight music player for the Xfce desktop environment" -HOMEPAGE="http://pragha.wikispaces.com/" -SRC_URI="http://dissonance.googlecode.com/files/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +glyr lastfm" - -COMMON_DEPEND="dev-db/sqlite:3 - >=dev-libs/dbus-glib-0.92 - >=dev-libs/glib-2.16.3 - dev-libs/keybinder - >=dev-libs/libcdio-0.78 - media-libs/gst-plugins-base:0.10 - >=media-libs/libcddb-1.2.1 - >=media-libs/taglib-1.7 - >=net-misc/curl-7.18 - x11-libs/libX11 - >=x11-libs/libnotify-0.7 - >=xfce-base/exo-0.6.0 - glyr? ( media-libs/glyr ) - lastfm? ( media-libs/libclastfm )" -RDEPEND="${COMMON_DEPEND} - media-plugins/gst-plugins-meta:0.10" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - XFCONF=( - $(use_enable debug) - $(use_enable lastfm libclastfm) - $(use_enable glyr libglyr) - ) -} - -src_prepare() { - sed -i -e '/CFLAGS/s:-O3 -Werror::' configure || die - xfconf_src_prepare -} - -src_install() { - xfconf_src_install docdir=/usr/share/doc/${PF} -} |