diff options
author | 2010-03-25 15:32:23 +0000 | |
---|---|---|
committer | 2010-03-25 15:32:23 +0000 | |
commit | 07743280363939aba8c7a03b56edc4834ff8f38a (patch) | |
tree | fdf3518ab5a290a4928a2b0788e978f1fa79e3a3 /x11-misc | |
parent | whitespace (diff) | |
download | gentoo-2-07743280363939aba8c7a03b56edc4834ff8f38a.tar.gz gentoo-2-07743280363939aba8c7a03b56edc4834ff8f38a.tar.bz2 gentoo-2-07743280363939aba8c7a03b56edc4834ff8f38a.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fbpanel/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-6.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/x11-misc/fbpanel/ChangeLog b/x11-misc/fbpanel/ChangeLog index c791a0c5ce94..a7e92d14fef6 100644 --- a/x11-misc/fbpanel/ChangeLog +++ b/x11-misc/fbpanel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/fbpanel # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.40 2010/02/10 01:40:39 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.41 2010/03/25 15:32:23 ssuominen Exp $ + +*fbpanel-6.0 (25 Mar 2010) + + 25 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> +fbpanel-6.0.ebuild: + Version bump. *fbpanel-5.6 (10 Feb 2010) diff --git a/x11-misc/fbpanel/fbpanel-6.0.ebuild b/x11-misc/fbpanel/fbpanel-6.0.ebuild new file mode 100644 index 000000000000..a5223127f208 --- /dev/null +++ b/x11-misc/fbpanel/fbpanel-6.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-6.0.ebuild,v 1.1 2010/03/25 15:32:23 ssuominen 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="~arm ~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="x11-libs/gtk+:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc CHANGELOG CREDITS README +} |