From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/
Date: Wed, 5 Jun 2019 08:59:14 +0000 (UTC) [thread overview]
Message-ID: <1559725133.867c5c705973ed9b96ee77b9d1d71244313d2fb2.soap@gentoo> (raw)
commit: 867c5c705973ed9b96ee77b9d1d71244313d2fb2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 08:58:53 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 08:58:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867c5c70
media-sound/paprefs: Remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/paprefs/Manifest | 1 -
.../paprefs/paprefs-0.9.11_pre20180621.ebuild | 54 ----------------------
2 files changed, 55 deletions(-)
diff --git a/media-sound/paprefs/Manifest b/media-sound/paprefs/Manifest
index b171a431fad..eccaf6aae1d 100644
--- a/media-sound/paprefs/Manifest
+++ b/media-sound/paprefs/Manifest
@@ -1,2 +1 @@
-DIST paprefs-0.9.11_pre20180621.tar.xz 221100 BLAKE2B d8f79865a0ce6d4491ea252fdef65e700d1ad4cfc253d8b0415a6cd454fe60685a3d647c8720cb50f85033a7bb0d411c404b4d50c43b320bd728390a8056c1de SHA512 650e365b77d9d9beee4dc62b7ba5d367b55a9f0e95f39ca1e75d210dab05820b4d3485a34366e6e341fafe55b5c6ee458088666937e0220c3d91bd68aa327c53
DIST paprefs-1.1.tar.xz 69144 BLAKE2B 9809bb73156be1e4020679637c1203524a0ccc5f5e1fb3696724925bb196cd397e433c22e993e7353cfaadd38260980676af6ace2cac795c0b615298d1d85805 SHA512 4203fcb485b40223a5c8672fdbbd2875a25d05d85366773015728f54a17020098ee9e9fd1c02180c01799e100b99389c970855fc1bd69921d32d8e43c749ce76
diff --git a/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild b/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
deleted file mode 100644
index bfcbdffdf1f..00000000000
--- a/media-sound/paprefs/paprefs-0.9.11_pre20180621.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic xdg
-
-DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
-HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs"
-#SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz"
-SRC_URI="https://dev.gentoo.org/~polynomial-c/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="nls"
-
-RDEPEND="dev-cpp/glibmm:2
- dev-cpp/gtkmm:3.0
- dev-libs/dbus-glib
- >=dev-libs/libsigc++-2.2:2
- >=media-sound/pulseaudio-12.0-r1[glib]
- || (
- x11-themes/tango-icon-theme
- x11-themes/adwaita-icon-theme
- )"
-DEPEND="${RDEPEND}
- nls? (
- sys-devel/gettext
- dev-util/intltool
- )
- virtual/pkgconfig"
-
-src_configure() {
- append-cxxflags -std=c++11 #568590
- local myeconfargs=(
- --disable-lynx
- $(use_enable nls)
- )
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- docinto html
- dodoc -r doc
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
next reply other threads:[~2019-06-05 8:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-05 8:59 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-27 13:06 [gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/ Sam James
2022-12-09 22:13 Sam James
2022-07-09 3:06 Sam James
2022-01-29 8:34 Miroslav Šulc
2022-01-28 21:51 Sam James
2022-01-28 10:11 Jakov Smolić
2021-12-28 8:26 Miroslav Šulc
2021-02-16 2:12 Matt Turner
2019-04-08 17:38 Aaron Bauman
2019-01-28 9:39 Lars Wendler
2018-12-28 7:48 Mart Raudsepp
2018-12-02 14:29 Mikle Kolyada
2018-12-02 10:12 Mikle Kolyada
2018-06-21 15:07 Lars Wendler
2016-11-27 11:21 Pacho Ramos
2015-12-19 11:10 Pacho Ramos
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=1559725133.867c5c705973ed9b96ee77b9d1d71244313d2fb2.soap@gentoo \
--to=soap@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