summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-10-31 15:31:08 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-10-31 15:31:08 +0000
commit7f5fcf31535979ff387edb91daaed333296bb2e6 (patch)
tree9fd452ca066629449e98904e45b16b11df5d4538 /media-sound/paman
parentVersion bump, both for baselayout 1 and baselayout 2 init script variants. (diff)
downloadhistorical-7f5fcf31535979ff387edb91daaed333296bb2e6.tar.gz
historical-7f5fcf31535979ff387edb91daaed333296bb2e6.tar.bz2
historical-7f5fcf31535979ff387edb91daaed333296bb2e6.zip
Version bump.
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'media-sound/paman')
-rw-r--r--media-sound/paman/ChangeLog9
-rw-r--r--media-sound/paman/files/digest-paman-0.9.43
-rw-r--r--media-sound/paman/paman-0.9.4.ebuild32
3 files changed, 42 insertions, 2 deletions
diff --git a/media-sound/paman/ChangeLog b/media-sound/paman/ChangeLog
index 6fd0d135a1f5..889126805621 100644
--- a/media-sound/paman/ChangeLog
+++ b/media-sound/paman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/paman
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/paman/ChangeLog,v 1.6 2006/10/13 23:26:32 flameeyes Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/paman/ChangeLog,v 1.7 2007/10/31 15:28:10 flameeyes Exp $
+
+*paman-0.9.4 (31 Oct 2007)
+
+ 31 Oct 2007; Diego Pettenò <flameeyes@gentoo.org> +paman-0.9.4.ebuild:
+ Version bump.
13 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> -paman-0.9.2.ebuild,
paman-0.9.3.ebuild:
diff --git a/media-sound/paman/files/digest-paman-0.9.4 b/media-sound/paman/files/digest-paman-0.9.4
new file mode 100644
index 000000000000..ad731cefdcef
--- /dev/null
+++ b/media-sound/paman/files/digest-paman-0.9.4
@@ -0,0 +1,3 @@
+MD5 4a77b129b0de8d261f2794ce3db518cc paman-0.9.4.tar.gz 116757
+RMD160 e15cacd2724014976e89ef622976577818d481c1 paman-0.9.4.tar.gz 116757
+SHA256 9034087c4dd6caa19f6b59ba3b80c377b9dbff395fc1f94f890f2ba1173a5041 paman-0.9.4.tar.gz 116757
diff --git a/media-sound/paman/paman-0.9.4.ebuild b/media-sound/paman/paman-0.9.4.ebuild
new file mode 100644
index 000000000000..4a381b07bc2a
--- /dev/null
+++ b/media-sound/paman/paman-0.9.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/paman/paman-0.9.4.ebuild,v 1.1 2007/10/31 15:28:10 flameeyes Exp $
+
+DESCRIPTION="Pulseaudio Manager, a simple GTK frontend for Pulseaudio"
+HOMEPAGE="http://0pointer.de/lennart/projects/paman/"
+SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+
+IUSE=""
+
+DEPEND=">=dev-cpp/gtkmm-2.4
+ >=dev-cpp/libglademm-2.4
+ >=media-sound/pulseaudio-0.9.5"
+RDEPEND="${DEPEND}
+ x11-themes/gnome-icon-theme"
+
+src_compile() {
+ # Lynx is used during make dist basically
+ econf \
+ --disable-lynx || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dohtml -r doc
+ dodoc README doc/todo
+}