diff options
author | 2003-06-19 20:14:40 +0000 | |
---|---|---|
committer | 2003-06-19 20:14:40 +0000 | |
commit | a523a534df826f92a0b245d069be03ea86618c63 (patch) | |
tree | b7f6b75a62bdf074fbc1655fb0d310dfc0c7e8a8 /x11-misc/fbpanel | |
parent | touchups (diff) | |
download | gentoo-2-a523a534df826f92a0b245d069be03ea86618c63.tar.gz gentoo-2-a523a534df826f92a0b245d069be03ea86618c63.tar.bz2 gentoo-2-a523a534df826f92a0b245d069be03ea86618c63.zip |
initial import. closes request in bug #22584.
Diffstat (limited to 'x11-misc/fbpanel')
-rw-r--r-- | x11-misc/fbpanel/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/fbpanel/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-1.0.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/fbpanel/files/digest-fbpanel-1.0 | 1 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11-misc/fbpanel/ChangeLog b/x11-misc/fbpanel/ChangeLog new file mode 100644 index 000000000000..cd6f76c62a4f --- /dev/null +++ b/x11-misc/fbpanel/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/fbpanel +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.1 2003/06/19 20:14:31 mkeadle Exp $ + +*fbpanel-1.0 (19 Jun 2003) + + 19 Jun 2003; mkeadle <mkeadle@gentoo.org> fbpanel-1.0.ebuild: + initial import of fbpanel. thanks for the base ebuild goes to Cory McWilliams + <mcwilc@rpi.edu> in bug #22584. + diff --git a/x11-misc/fbpanel/Manifest b/x11-misc/fbpanel/Manifest new file mode 100644 index 000000000000..e9720add63d9 --- /dev/null +++ b/x11-misc/fbpanel/Manifest @@ -0,0 +1,3 @@ +MD5 1b416d9baba17608442fcb7970ed8a06 fbpanel-1.0.ebuild 600 +MD5 d03965d5db6f78aa6eaa8790f60b4591 ChangeLog 417 +MD5 609c521cff6f6110ae7e60489df594e1 files/digest-fbpanel-1.0 59 diff --git a/x11-misc/fbpanel/fbpanel-1.0.ebuild b/x11-misc/fbpanel/fbpanel-1.0.ebuild new file mode 100644 index 000000000000..d41d43c3f91a --- /dev/null +++ b/x11-misc/fbpanel/fbpanel-1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-1.0.ebuild,v 1.1 2003/06/19 20:14:31 mkeadle Exp $ + +DESCRIPTION="fbpanel is a light-weight X11 desktop panel" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" +HOMEPAGE="http://fbpanel.sourceforge.net/" +IUSE="" + +SLOT="0" +KEYWORDS="~x86" +LICENSE="as-is" +DEPEND=">=x11-libs/gtk+-1.2 + media-libs/gdk-pixbuf" +RDEPEND="${DEPEND}" + +src_compile() { + emake || die +} + +src_install () { + dobin ${S}/fbpanel + dodoc README CREDITS COPYING +} diff --git a/x11-misc/fbpanel/files/digest-fbpanel-1.0 b/x11-misc/fbpanel/files/digest-fbpanel-1.0 new file mode 100644 index 000000000000..7dbe7a223bb9 --- /dev/null +++ b/x11-misc/fbpanel/files/digest-fbpanel-1.0 @@ -0,0 +1 @@ +MD5 13e7a15016f75469fc38d8c28eb4bf0a fbpanel-1.0.tgz 15788 |