summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-08-09 20:18:40 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-08-09 20:18:57 +0200
commitc7b661aecdac38b4483857dd786d6f694338c592 (patch)
treeb002466a1ad113c7b13bf45832c1e3d677c354a9 /media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
parentmedia-sound/pnmixer: version bump to 0.6_rc1 (diff)
downloadgentoo-c7b661aecdac38b4483857dd786d6f694338c592.tar.gz
gentoo-c7b661aecdac38b4483857dd786d6f694338c592.tar.bz2
gentoo-c7b661aecdac38b4483857dd786d6f694338c592.zip
media-sound/pnmixer: rm old
Diffstat (limited to 'media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild')
-rw-r--r--media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild b/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
deleted file mode 100644
index d27dc8abcd12..000000000000
--- a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Alsa volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug libnotify"
-
-RDEPEND="media-libs/alsa-lib
- x11-libs/gtk+:2
- x11-libs/libX11
- libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-{build,desktopfile}.patch
- mv configure.in configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_with libnotify)
-}
-
-src_install() {
- default
- newicon -s 128 pixmaps/${PN}-about.png ${PN}.png
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}