diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-23 14:27:14 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-23 14:27:14 +0000 |
commit | d7ebc5fd9e2feea819ab79d1e12797f0d713f384 (patch) | |
tree | c4a6b89e41e128c8d153a1aab11e82136b154554 /x11-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-d7ebc5fd9e2feea819ab79d1e12797f0d713f384.tar.gz gentoo-2-d7ebc5fd9e2feea819ab79d1e12797f0d713f384.tar.bz2 gentoo-2-d7ebc5fd9e2feea819ab79d1e12797f0d713f384.zip |
Old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fbpanel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-6.1-r1.ebuild | 38 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-6.1.ebuild | 23 |
3 files changed, 5 insertions, 62 deletions
diff --git a/x11-misc/fbpanel/ChangeLog b/x11-misc/fbpanel/ChangeLog index 567b1ded1a78..b5b7110bb050 100644 --- a/x11-misc/fbpanel/ChangeLog +++ b/x11-misc/fbpanel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fbpanel # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.64 2014/03/23 10:00:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.65 2014/03/23 14:27:14 jer Exp $ + + 23 Mar 2014; Jeroen Roovers <jer@gentoo.org> -fbpanel-6.1.ebuild, + -fbpanel-6.1-r1.ebuild: + Old. 23 Mar 2014; Agostino Sarubbo <ago@gentoo.org> fbpanel-6.1-r2.ebuild: Stable for x86, wrt bug #500494 diff --git a/x11-misc/fbpanel/fbpanel-6.1-r1.ebuild b/x11-misc/fbpanel/fbpanel-6.1-r1.ebuild deleted file mode 100644 index 305192eda0cb..000000000000 --- a/x11-misc/fbpanel/fbpanel-6.1-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-6.1-r1.ebuild,v 1.3 2014/02/24 00:52:26 phajdan.jr Exp $ - -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 ~ppc ~ppc64 x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( CHANGELOG CREDITS README ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-underlinking.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." -} diff --git a/x11-misc/fbpanel/fbpanel-6.1.ebuild b/x11-misc/fbpanel/fbpanel-6.1.ebuild deleted file mode 100644 index 0e208b79d106..000000000000 --- a/x11-misc/fbpanel/fbpanel-6.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-6.1.ebuild,v 1.8 2012/05/05 04:53:39 jdhore Exp $ - -EAPI=2 - -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 ppc ppc64 x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc CHANGELOG CREDITS README -} |