mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-sound/retrovol: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST retrovol-0.12.tar.gz 202171 BLAKE2B 27b014b29463b7f77e2cdbe378f306b9019248faa38ab0049ed9b191f63837d3a8aa1c3414c643e30d4cb4f18171f8946033bf38cfff9ad237c2fd99b485f01a SHA512 9e485c9c8d086f53c4b0a736bf09fc74d7393014bdffcd50146c288c536e77334dcb224e47b26bc3abe09a4b1694625ab30e126036a7550f46f33a9cec405e81
|
||||
DIST retrovol-0.13.tar.gz 210929 BLAKE2B 72b59cbae3b290ef32ed07bd80bacbd512d6594fa859df576505d8257529af93bb5135a8a843998d47e7a935411dd9541ac1747cf6b072f33f612c823a07e00c SHA512 a2e21ae70b1be7c824061a7118b331558dd27f5d93861d509ac03fd85856661555880ad592eb1fb4750eebeac7f1930aebc3c1f64b31ce6983b993098b509ce4
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
PLOCALES="de fr"
|
||||
inherit base l10n
|
||||
|
||||
DESCRIPTION="Systemtray volume mixer applet from PuppyLinux"
|
||||
HOMEPAGE="http://puppylinux.org/wikka/Retrovol"
|
||||
SRC_URI="http://www.browserloadofcoolness.com/software/puppy/PETget/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3 LGPL-3 public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="nls"
|
||||
|
||||
RDEPEND="x11-libs/gtk+:2"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
DOCS="ChangeLog README TODO"
|
||||
|
||||
src_prepare() {
|
||||
# Check for locales added/removed from previous version
|
||||
l10n_find_plocales_changes "po" "" '.po'
|
||||
|
||||
base_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable nls)
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
echo
|
||||
elog "You can find a sample configuration file at"
|
||||
elog " ${ROOT%/}/usr/share/retrovol/dot.retrovolrc"
|
||||
elog "To customize, copy it to ~/.retrovolrc and edit it as you like"
|
||||
echo
|
||||
}
|
||||
Reference in New Issue
Block a user