Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
Date: Mon, 10 Sep 2018 19:46:41
Message-Id: 1536608785.37753735a251e4b06988af66661bf1b6b9954366.asturm@gentoo
1 commit: 37753735a251e4b06988af66661bf1b6b9954366
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 9 20:52:45 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 10 19:46:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37753735
7
8 media-sound/pnmixer: Drop old
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 media-sound/pnmixer/Manifest | 2 -
13 media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild | 52 ----------------------
14 media-sound/pnmixer/pnmixer-0.7.1.ebuild | 42 -----------------
15 3 files changed, 96 deletions(-)
16
17 diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
18 index 346ad164820..53095cf9385 100644
19 --- a/media-sound/pnmixer/Manifest
20 +++ b/media-sound/pnmixer/Manifest
21 @@ -1,3 +1 @@
22 -DIST pnmixer-0.6_pre20111213.tar.xz 131328 BLAKE2B dabfa6e8270116eb325dc6dfd59c6f650975f1efce27603b0495f11efebd743aaba17ad19efba82d4c1d75753418a89295277853c9095d6a4fffdf6b17c5b9fe SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4
23 -DIST pnmixer-0.7.1.tar.gz 237949 BLAKE2B 87b309f3dd844009abe5f5bb2c5ca16ba80069932c2833a9d472130a6f0d7c36a050dc393bca097372c44fca5f90742cfad07c40a6f51ff877080f5eee25b2d2 SHA512 08d83424d921ef6112700fe8c3b55e147ace7767698a9d3ee4bb79ed0e727be7bcc82d55d3debc4b805e75f07c5702443be157e1bccce44d76072c36f8825816
24 DIST pnmixer-v0.7.2.tar.gz 237972 BLAKE2B 368d149d9e803b52c7b0edac9ba8996312da7122f10f536095cffcdf31d319159494fa3aab0005e6dedb4e7e0b46d58bc73dd89285c7bddca4750d29539fa489 SHA512 9f43a56d17f4c16465113d4355a546ba71ca4d208e384812cf84625a51bd9bb6fa0e93f3e40fd0a2d157c4ee2b27f64082a47bbd4135c168a95b3fcbeebf6186
25
26 diff --git a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild b/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
27 deleted file mode 100644
28 index 090b3915ff7..00000000000
29 --- a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit autotools eutils gnome2-utils
38 -
39 -DESCRIPTION="Alsa volume mixer for the system tray"
40 -HOMEPAGE="https://github.com/nicklan/pnmixer"
41 -SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="debug libnotify"
47 -
48 -RDEPEND="media-libs/alsa-lib
49 - x11-libs/gtk+:2
50 - x11-libs/libX11
51 - libnotify? ( x11-libs/libnotify )"
52 -DEPEND="${RDEPEND}
53 - sys-devel/gettext
54 - virtual/pkgconfig"
55 -
56 -src_prepare() {
57 - epatch "${FILESDIR}"/${P}-{build,desktopfile}.patch
58 - mv configure.in configure.ac || die
59 - eautoreconf
60 -}
61 -
62 -src_configure() {
63 - econf \
64 - $(use_enable debug) \
65 - $(use_with libnotify)
66 -}
67 -
68 -src_install() {
69 - default
70 - newicon -s 128 pixmaps/${PN}-about.png ${PN}.png
71 -}
72 -
73 -pkg_preinst() {
74 - gnome2_icon_savelist
75 -}
76 -
77 -pkg_postinst() {
78 - gnome2_icon_cache_update
79 -}
80 -
81 -pkg_postrm() {
82 - gnome2_icon_cache_update
83 -}
84
85 diff --git a/media-sound/pnmixer/pnmixer-0.7.1.ebuild b/media-sound/pnmixer/pnmixer-0.7.1.ebuild
86 deleted file mode 100644
87 index a2496770d3d..00000000000
88 --- a/media-sound/pnmixer/pnmixer-0.7.1.ebuild
89 +++ /dev/null
90 @@ -1,42 +0,0 @@
91 -# Copyright 1999-2018 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=6
95 -
96 -inherit cmake-utils gnome2-utils
97 -
98 -DESCRIPTION="Volume mixer for the system tray"
99 -HOMEPAGE="https://github.com/nicklan/pnmixer"
100 -SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
101 -
102 -LICENSE="GPL-3"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~ppc ~x86"
105 -IUSE="libnotify"
106 -
107 -RDEPEND="dev-libs/glib:2
108 - media-libs/alsa-lib
109 - >=x11-libs/gtk+-3.12:3
110 - x11-libs/libX11
111 - libnotify? ( x11-libs/libnotify )"
112 -DEPEND="${RDEPEND}
113 - sys-devel/gettext
114 - virtual/pkgconfig"
115 -
116 -S=${WORKDIR}/${PN}-${PV/_rc/-rc}
117 -
118 -src_configure() {
119 - local mycmakeargs=(
120 - -DWITH_LIBNOTIFY="$(usex libnotify)"
121 - )
122 -
123 - cmake-utils_src_configure
124 -}
125 -
126 -pkg_postinst() {
127 - gnome2_icon_cache_update
128 -}
129 -
130 -pkg_postrm() {
131 - gnome2_icon_cache_update
132 -}