From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
Date: Mon, 10 Sep 2018 19:46:36 +0000 (UTC) [thread overview]
Message-ID: <1536608785.37753735a251e4b06988af66661bf1b6b9954366.asturm@gentoo> (raw)
commit: 37753735a251e4b06988af66661bf1b6b9954366
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 9 20:52:45 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 19:46:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37753735
media-sound/pnmixer: Drop old
Package-Manager: Portage-2.3.49, Repoman-2.3.10
media-sound/pnmixer/Manifest | 2 -
media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild | 52 ----------------------
media-sound/pnmixer/pnmixer-0.7.1.ebuild | 42 -----------------
3 files changed, 96 deletions(-)
diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 346ad164820..53095cf9385 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,3 +1 @@
-DIST pnmixer-0.6_pre20111213.tar.xz 131328 BLAKE2B dabfa6e8270116eb325dc6dfd59c6f650975f1efce27603b0495f11efebd743aaba17ad19efba82d4c1d75753418a89295277853c9095d6a4fffdf6b17c5b9fe SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4
-DIST pnmixer-0.7.1.tar.gz 237949 BLAKE2B 87b309f3dd844009abe5f5bb2c5ca16ba80069932c2833a9d472130a6f0d7c36a050dc393bca097372c44fca5f90742cfad07c40a6f51ff877080f5eee25b2d2 SHA512 08d83424d921ef6112700fe8c3b55e147ace7767698a9d3ee4bb79ed0e727be7bcc82d55d3debc4b805e75f07c5702443be157e1bccce44d76072c36f8825816
DIST pnmixer-v0.7.2.tar.gz 237972 BLAKE2B 368d149d9e803b52c7b0edac9ba8996312da7122f10f536095cffcdf31d319159494fa3aab0005e6dedb4e7e0b46d58bc73dd89285c7bddca4750d29539fa489 SHA512 9f43a56d17f4c16465113d4355a546ba71ca4d208e384812cf84625a51bd9bb6fa0e93f3e40fd0a2d157c4ee2b27f64082a47bbd4135c168a95b3fcbeebf6186
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 090b3915ff7..00000000000
--- a/media-sound/pnmixer/pnmixer-0.6_pre20111213.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Alsa volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer"
-SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 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
-}
diff --git a/media-sound/pnmixer/pnmixer-0.7.1.ebuild b/media-sound/pnmixer/pnmixer-0.7.1.ebuild
deleted file mode 100644
index a2496770d3d..00000000000
--- a/media-sound/pnmixer/pnmixer-0.7.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils 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="libnotify"
-
-RDEPEND="dev-libs/glib:2
- media-libs/alsa-lib
- >=x11-libs/gtk+-3.12:3
- x11-libs/libX11
- libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}-${PV/_rc/-rc}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_LIBNOTIFY="$(usex libnotify)"
- )
-
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
next reply other threads:[~2018-09-10 19:46 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-10 19:46 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-04 21:24 [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/ Andreas Sturmlechner
2022-02-06 11:18 Jonas Stein
2021-03-30 18:36 Andreas Sturmlechner
2021-03-30 18:32 Sam James
2021-03-30 16:26 Thomas Deutschmann
2021-02-28 12:26 Andreas Sturmlechner
2018-09-09 15:42 Mikle Kolyada
2018-09-02 23:46 Thomas Deutschmann
2018-07-06 21:48 Andreas Sturmlechner
2018-07-06 21:48 Andreas Sturmlechner
2018-06-14 20:16 Michał Górny
2018-03-17 7:01 Matt Turner
2017-05-19 10:52 Michał Górny
2017-05-19 10:52 Michał Górny
2017-05-19 10:52 Michał Górny
2017-03-18 9:22 Michael Palimaka
2017-03-04 0:46 Michael Palimaka
2017-03-04 0:46 Michael Palimaka
2017-03-04 0:46 Michael Palimaka
2017-03-04 0:46 Michael Palimaka
2016-04-18 4:43 Michał Górny
2015-09-02 16:49 Julian Ospald
2015-09-02 16:10 Julian Ospald
2015-09-02 16:10 Julian Ospald
2015-09-02 16:10 Julian Ospald
2015-09-01 11:30 Julian Ospald
2015-09-01 11:30 Julian Ospald
2015-08-11 13:45 Julian Ospald
2015-08-10 23:33 Julian Ospald
2015-08-10 23:33 Julian Ospald
2015-08-10 23:33 Julian Ospald
2015-08-09 18:19 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1536608785.37753735a251e4b06988af66661bf1b6b9954366.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox