diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-12-16 05:41:16 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-12-16 05:41:16 +0000 |
commit | 10da0280a909815b33e1a480c73e27720d493a79 (patch) | |
tree | e24f4b90de90165664db5f11fb90a09b0d377ca7 /x11-misc/e-fancylauncher | |
parent | new ip updater for noip.com (diff) | |
download | historical-10da0280a909815b33e1a480c73e27720d493a79.tar.gz historical-10da0280a909815b33e1a480c73e27720d493a79.tar.bz2 historical-10da0280a909815b33e1a480c73e27720d493a79.zip |
new package plugin for E
Diffstat (limited to 'x11-misc/e-fancylauncher')
-rw-r--r-- | x11-misc/e-fancylauncher/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/e-fancylauncher/e-fancylauncher-0.7.ebuild | 30 | ||||
-rw-r--r-- | x11-misc/e-fancylauncher/files/digest-e-fancylauncher-0.7 | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/x11-misc/e-fancylauncher/ChangeLog b/x11-misc/e-fancylauncher/ChangeLog new file mode 100644 index 000000000000..56db64145d0b --- /dev/null +++ b/x11-misc/e-fancylauncher/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/e-fancylauncher +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e-fancylauncher/ChangeLog,v 1.1 2002/12/16 05:41:16 lostlogic Exp $ + +*e-fancylauncher-0.7 ( 15 Dec 2002 ) + + 15 Dec 2002; Brandon Low <lostlogic@gentoo.org> e-fancylauncher-0.7.ebuild : + + Initial ebuild thanks to ME because this is the one epplet outside of + epplet-base that I use. diff --git a/x11-misc/e-fancylauncher/e-fancylauncher-0.7.ebuild b/x11-misc/e-fancylauncher/e-fancylauncher-0.7.ebuild new file mode 100644 index 000000000000..6c5569a35ef7 --- /dev/null +++ b/x11-misc/e-fancylauncher/e-fancylauncher-0.7.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e-fancylauncher/e-fancylauncher-0.7.ebuild,v 1.1 2002/12/16 05:41:16 lostlogic Exp $ + +S="${WORKDIR}/Epplets-${PV}" + +DESCRIPTION="E-FancyLauncher epplet" +SRC_URI="http://www.docs.uu.se/~adavid/Epplets/E-FancyLauncher-${PV}.tgz" + +HOMEPAGE="http://www.docs.uu.se/~adavid/Epplets" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc" +S=${WORKDIR}/E-FancyLauncher + +DEPEND="x11-misc/epplet-base" + +src_compile() { + make clean + emake +} + +src_install () { + dodir /usr/bin + dodir /usr/share/enlightenment + EBIN=${D}/usr/bin \ + EROOT=${D}/usr/share/enlightenment \ + einstall + dodoc ChangeLog +} diff --git a/x11-misc/e-fancylauncher/files/digest-e-fancylauncher-0.7 b/x11-misc/e-fancylauncher/files/digest-e-fancylauncher-0.7 new file mode 100644 index 000000000000..abe33e350e2a --- /dev/null +++ b/x11-misc/e-fancylauncher/files/digest-e-fancylauncher-0.7 @@ -0,0 +1 @@ +MD5 06ff7a00bcb53e67d06a6e8c50d23ba6 E-FancyLauncher-0.7.tgz 218198 |