diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-28 21:08:58 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-01 12:21:55 +0200 |
commit | 2e5b3dfe237793f79b1b5435521d99817eaad0c9 (patch) | |
tree | f3b93bc7039e05108d735a9dd121f2d87c523fcf /x11-misc/fbpanel | |
parent | x11-misc/evolvotron: Remove old (diff) | |
download | gentoo-2e5b3dfe237793f79b1b5435521d99817eaad0c9.tar.gz gentoo-2e5b3dfe237793f79b1b5435521d99817eaad0c9.tar.bz2 gentoo-2e5b3dfe237793f79b1b5435521d99817eaad0c9.zip |
x11-misc/fbpanel: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/fbpanel')
-rw-r--r-- | x11-misc/fbpanel/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-6.1-r2.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/x11-misc/fbpanel/Manifest b/x11-misc/fbpanel/Manifest index 37e46383f573..e05947b72569 100644 --- a/x11-misc/fbpanel/Manifest +++ b/x11-misc/fbpanel/Manifest @@ -1,2 +1 @@ -DIST fbpanel-6.1.tbz2 190266 SHA256 e14542cc81ea06e64dd4708546f5fd3f5e01884c3e4617885c7ef22af8cf3965 SHA512 10ffa422d811725dff68f43af9735d79c7859114bdf06f49b05e0bc4b0fd5eb8a3ea196cd07753f261d60c0bd0716baa6d5a22c860dde6597c70bfcfb0f7078e WHIRLPOOL 362d4beaa383ad716a851d4fe1a5e583d635c300a0d97ba36d07e2709b8ca09cd6756c7bf8f7fc62508c547dc23c043b6ad0e90787dc629b3dda280d2b55e97e DIST fbpanel-7.0.tar.gz 3746477 SHA256 711570954f8f99235d6afb7ec3226dede20b832eb712a5bd00e4f793b75ac5bb SHA512 9706a96569c41241de4dbd250c9d6a473b53a5e26e880f4c782041b2b91c7570046e1bee3070059fd2d333fb7159490732ef397b86701c72d4c65c0784948874 WHIRLPOOL 37fc5f86b80474026b660491b83ee26c4e9e260cadafff9673d161feb79efe2b2d6c89f1c83c76ebfe41eeee61e83cf3dc271667d4a2aeefe37c5e93c30f8e31 diff --git a/x11-misc/fbpanel/fbpanel-6.1-r2.ebuild b/x11-misc/fbpanel/fbpanel-6.1-r2.ebuild deleted file mode 100644 index 7c7ed97c8291..000000000000 --- a/x11-misc/fbpanel/fbpanel-6.1-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils multilib toolchain-funcs - -DESCRIPTION="light-weight X11 desktop panel" -HOMEPAGE="http://fbpanel.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tbz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~mips ppc ppc64 x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( CHANGELOG CREDITS README ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-underlinking.patch - epatch "${FILESDIR}"/${P}-xlogout.patch - tc-export CC -} - -src_configure() { - # not autotools based - echo "./configure --datadir=/usr/share --libdir=/usr/$(get_libdir)" - ./configure --datadir=/usr/share --libdir=/usr/$(get_libdir) || die -} - -pkg_postinst() { - elog "For the volume plugin to work, you need to configure your kernel" - elog "with CONFIG_SND_MIXER_OSS or CONFIG_SOUND_PRIME or some other means" - elog "that provide the /dev/mixer device node." -} |