diff options
author | Ned Ludd <solar@gentoo.org> | 2009-03-16 00:05:45 +0000 |
---|---|---|
committer | root <root@miranda.amd64.dev.gentoo.org> | 2009-03-16 00:05:45 +0000 |
commit | 97823d62502e995693afef726e44357d834ac9ea (patch) | |
tree | 993189db1b5839b12c661ff2f000d0f8b0de852e /gpe-utils | |
parent | [gpe-utils/gpe-taskmanager] tidy up ebuild. (diff) | |
download | gpe-97823d62502e995693afef726e44357d834ac9ea.tar.gz gpe-97823d62502e995693afef726e44357d834ac9ea.tar.bz2 gpe-97823d62502e995693afef726e44357d834ac9ea.zip |
[gpe-utils/gpe-what] tidy up ebuild.
Diffstat (limited to 'gpe-utils')
-rw-r--r-- | gpe-utils/gpe-what/Manifest | 2 | ||||
-rw-r--r-- | gpe-utils/gpe-what/gpe-what-0.43.ebuild | 17 |
2 files changed, 4 insertions, 15 deletions
diff --git a/gpe-utils/gpe-what/Manifest b/gpe-utils/gpe-what/Manifest index 774cf62..741c475 100644 --- a/gpe-utils/gpe-what/Manifest +++ b/gpe-utils/gpe-what/Manifest @@ -1,2 +1,2 @@ DIST gpe-what-0.43.tar.bz2 161740 SHA1 55376c193a0fbbe55c57134ff6106ad5ed939c9e SHA256 35b4b6a48f09221c220fb397a3db8725c3c1053a950534310db719fc71123736 -EBUILD gpe-what-0.43.ebuild 441 SHA1 bbb43dba04c9abbc3b712cbe660b95f2b5e13ef9 SHA256 b2254cb8b738a139b92e4e34986ae83f2b227a5c4e06675bb09229fc63cb0043 +EBUILD gpe-what-0.43.ebuild 366 SHA1 5322907b4d4b25a6d1282808d223bc061a261711 SHA256 c16bd5603e72e13d67e21f902aee32b213f5767532b2bc7676f7fbfd65d60b5c diff --git a/gpe-utils/gpe-what/gpe-what-0.43.ebuild b/gpe-utils/gpe-what/gpe-what-0.43.ebuild index bc9f6f1..5839176 100644 --- a/gpe-utils/gpe-what/gpe-what-0.43.ebuild +++ b/gpe-utils/gpe-what/gpe-what-0.43.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -7,19 +7,8 @@ GPE_MIRROR="http://gpe.linuxtogo.org/download/source" inherit eutils gpe DESCRIPTION="${PN} - GPE Palmtop Environment" - LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" - - - -src_unpack() { - gpe_src_unpack -} - -RDEPEND="${RDEPEND} - >=gpe-base/libgpewidget-0.102" - -DEPEND="${DEPEND} - ${RDEPEND}" +IUSE="${IUSE}" +RDEPEND="gpe-base/libgpewidget" |