diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-14 22:15:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-14 22:15:50 +0000 |
commit | ffb21e6a05b6cafd59b1af50dde9419a1c3ed360 (patch) | |
tree | 3156d7592fcf382a3c92a9ec6c2e2611ec2f589f /x11-misc | |
parent | new package (diff) | |
download | gentoo-2-ffb21e6a05b6cafd59b1af50dde9419a1c3ed360.tar.gz gentoo-2-ffb21e6a05b6cafd59b1af50dde9419a1c3ed360.tar.bz2 gentoo-2-ffb21e6a05b6cafd59b1af50dde9419a1c3ed360.zip |
wrong category
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/commonbox-styles/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/commonbox-styles/commonbox-styles-0.1.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/commonbox-styles/files/digest-commonbox-styles-0.1 | 1 | ||||
-rw-r--r-- | x11-misc/gkrellm-seti/gkrellm-seti-0.7.0.ebuild | 5 |
4 files changed, 3 insertions, 37 deletions
diff --git a/x11-misc/commonbox-styles/ChangeLog b/x11-misc/commonbox-styles/ChangeLog deleted file mode 100644 index b2fd25748f20..000000000000 --- a/x11-misc/commonbox-styles/ChangeLog +++ /dev/null @@ -1,11 +0,0 @@ -# ChangeLog for x11-misc/commonbox-styles -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-styles/ChangeLog,v 1.1 2002/07/14 22:14:34 seemant Exp $ - -*commonbox-styles-0.1 (14 Jul 2002) - - 14 Jul 2002; Seemant Kulleen <seemant@gentoo.org> - commonbox-styles-0.1.ebuild ChangeLog files/digest-commonbox-styles-0.1 : - - MANY THANKS again to Matt Keadle (mkeadle@mkeadle.org) for distilling the - styles from the box wm's and making a package :). diff --git a/x11-misc/commonbox-styles/commonbox-styles-0.1.ebuild b/x11-misc/commonbox-styles/commonbox-styles-0.1.ebuild deleted file mode 100644 index 3c1730b37aec..000000000000 --- a/x11-misc/commonbox-styles/commonbox-styles-0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-styles/commonbox-styles-0.1.ebuild,v 1.1 2002/07/14 22:14:34 seemant Exp $ - -S=${WORKDIR} -DESCRIPTION="Common styles for flux|black|open(box)." -SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://mkeadle.org/ebuilds/${P}.tar.bz2" -HOMEPAGE="http://mkeadle.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND="virtual/x11" - -src_install () { - - insinto /usr/share/commonbox/styles - doins ${S}/styles/* - dodoc README.commonbox-styles COPYING - -} diff --git a/x11-misc/commonbox-styles/files/digest-commonbox-styles-0.1 b/x11-misc/commonbox-styles/files/digest-commonbox-styles-0.1 deleted file mode 100644 index 316043c105dc..000000000000 --- a/x11-misc/commonbox-styles/files/digest-commonbox-styles-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e0ea809a856ac2b24d6c6ee2d6df027f commonbox-styles-0.1.tar.bz2 13133 diff --git a/x11-misc/gkrellm-seti/gkrellm-seti-0.7.0.ebuild b/x11-misc/gkrellm-seti/gkrellm-seti-0.7.0.ebuild index 178c78b7d820..d4fb215a4e11 100644 --- a/x11-misc/gkrellm-seti/gkrellm-seti-0.7.0.ebuild +++ b/x11-misc/gkrellm-seti/gkrellm-seti-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellm-seti/gkrellm-seti-0.7.0.ebuild,v 1.5 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellm-seti/gkrellm-seti-0.7.0.ebuild,v 1.6 2002/07/14 22:15:50 seemant Exp $ S=${WORKDIR}/${P//gkrellm-} DESCRIPTION="a Seti@Home Monitor Plugin for Gkrellm" @@ -10,7 +10,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND=">=app-admin/gkrellm-0.10.3" +DEPEND="app-admin/gkrellm + " src_compile() { make || die |