summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@posteo.de>2017-03-02 23:57:01 +0100
committerMichael Palimaka <kensington@gentoo.org>2017-03-04 11:45:56 +1100
commit21725ddd5a962b74fbc0c4a4eade8311b21a5bfe (patch)
treef88e910b883245aa6b4eec474d0021df6b55a133 /media-sound/pnmixer
parentmedia-sound/pnmixer: bump to 0.7.1_rc1 (diff)
downloadgentoo-21725ddd5a962b74fbc0c4a4eade8311b21a5bfe.tar.gz
gentoo-21725ddd5a962b74fbc0c4a4eade8311b21a5bfe.tar.bz2
gentoo-21725ddd5a962b74fbc0c4a4eade8311b21a5bfe.zip
media-sound/pnmixer: rm old
Diffstat (limited to 'media-sound/pnmixer')
-rw-r--r--media-sound/pnmixer/Manifest1
-rw-r--r--media-sound/pnmixer/pnmixer-0.6.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 15a71cf2efd1..5a47fe539f00 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,3 +1,2 @@
-DIST pnmixer-0.6.tar.gz 198551 SHA256 e70faffcc56bec315f23f66dff85dd335627fc3219d37f1583d16e3383811b61 SHA512 89327628edfbab4e62ba80746f2299a5b418110a85d3fea34f1b16af49c97b4cbea7b44a547ac7ab025ff0d8f6b3c1b5eaf07cc69a385b363a57def30a4d0d93 WHIRLPOOL 91c6cf212cc1b06497a720c7c2bb9ddaf7cd9aeb10ab135afaa86ca3085c1fa37b92fb5038cdfa13a2638ae3db7bdd838507922511c984297dc2aebef4b4c0c8
DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
DIST pnmixer-0.7.1_rc1.tar.gz 234636 SHA256 eb9d617476291423adf90dccb8b99fdb0fc6321720bcbc44082fcfd2d143dffc SHA512 778ba6abd7efacfb1a49ad67f4370113d37b1b78bf0e73c26141edf56fce94dca2426919e54068b1c648f912bc2a6d30ac3a7c5bb620bc0d33e5af8e1ef6dabc WHIRLPOOL b3d1c45fae5cffbcabf02a225feae778b0de02aa137716e42fa5de1f1e697d22a759b03a08b3e45453097e6eaa0c612c6df47f241c4835a823f9ce5b5cd186c2
diff --git a/media-sound/pnmixer/pnmixer-0.6.ebuild b/media-sound/pnmixer/pnmixer-0.6.ebuild
deleted file mode 100644
index 74a5e66fe155..000000000000
--- a/media-sound/pnmixer/pnmixer-0.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WANT_LIBTOOL=none
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug libnotify"
-
-RDEPEND="dev-libs/glib:2
- media-libs/alsa-lib
- >=x11-libs/gtk+-3.6:3
- x11-libs/libX11
- libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_rc/-rc}
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with libnotify) \
- $(use_enable debug) \
- --enable-minimal-flags \
- --with-gtk3
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}