summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 13:41:28 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 13:41:28 +0000
commitad0bca55caf7416b05bd95f821af940280580068 (patch)
tree50b87b5353b557f3a2ef9620935cc478bb54a542 /x11-plugins/wmium
parentVersion and snapshot bump. (diff)
downloadgentoo-2-ad0bca55caf7416b05bd95f821af940280580068.tar.gz
gentoo-2-ad0bca55caf7416b05bd95f821af940280580068.tar.bz2
gentoo-2-ad0bca55caf7416b05bd95f821af940280580068.zip
DESCRIPTION.toolong
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmium')
-rw-r--r--x11-plugins/wmium/wmium-1.0.9b-r1.ebuild33
-rw-r--r--x11-plugins/wmium/wmium-1.0.9b.ebuild62
2 files changed, 11 insertions, 84 deletions
diff --git a/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild b/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild
index aa1a4f5b332e..81e94cdfc3c6 100644
--- a/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild
+++ b/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild
@@ -1,37 +1,27 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild,v 1.5 2008/06/28 07:04:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild,v 1.6 2008/06/29 13:41:28 drac Exp $
-IUSE="gtk"
-
-DESCRIPTION="WindowMaker DockApp/Grellm2 plugin that fetches the DSL usage information for Australian ISP Internode"
+DESCRIPTION="a dockapp and gkrellm2 plugin that fetches the DSL usage information for Australian ISP Internode"
HOMEPAGE="http://www.earthmagic.org/?software"
SRC_URI="http://www.earthmagic.org/files/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-DEPEND="virtual/libc
- dev-libs/openssl
- gtk? (
- >=x11-libs/gtk+-2
- =app-admin/gkrellm-2*
- dev-util/pkgconfig
- )
- >=x11-libs/libX11-1.0.0
- >=x11-libs/libXext-1.0.0
- >=x11-libs/libXpm-3.5.4.2
- >=x11-proto/xextproto-7.0.2"
+IUSE="gtk"
-RDEPEND="virtual/libc
- dev-libs/openssl
+RDEPEND="dev-libs/openssl
gtk? (
>=x11-libs/gtk+-2
=app-admin/gkrellm-2*
)
!gtk? ( x11-wm/windowmaker )
- >=x11-libs/libX11-1.0.0
- >=x11-libs/libXext-1.0.0
- >=x11-libs/libXpm-3.5.4.2
+ >=x11-libs/libX11-1
+ >=x11-libs/libXext-1
+ >=x11-libs/libXpm-3.5.4.2"
+DEPEND="${RDEPEND}
+ gtk? ( dev-util/pkgconfig )
>=x11-proto/xextproto-7.0.2"
src_compile() {
@@ -49,8 +39,7 @@ src_install() {
dobin src/wmium
- dodoc BUGS INSTALL-GK2 README dot.wmiumrc.sample \
- CHANGES INSTALL README-GK2
+ dodoc BUGS README dot.wmiumrc.sample CHANGES README-GK2
doman src/wmium.1
diff --git a/x11-plugins/wmium/wmium-1.0.9b.ebuild b/x11-plugins/wmium/wmium-1.0.9b.ebuild
deleted file mode 100644
index 486348c4a0d1..000000000000
--- a/x11-plugins/wmium/wmium-1.0.9b.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b.ebuild,v 1.7 2007/07/22 04:59:08 dberkholz Exp $
-
-IUSE="gtk"
-
-DESCRIPTION="WindowMaker DockApp/Grellm2 plugin that fetches the DSL usage information for Australian ISP Internode"
-HOMEPAGE="http://www.earthmagic.org/?software"
-SRC_URI="http://www.earthmagic.org/files/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-DEPEND="virtual/libc
- dev-libs/openssl
- gtk? (
- >=x11-libs/gtk+-2
- =app-admin/gkrellm-2*
- dev-util/pkgconfig
- )
- >=x11-libs/libX11-1.0.0
- >=x11-libs/libXext-1.0.0
- >=x11-libs/libXpm-3.5.4.2
- >=x11-proto/xextproto-7.0.2"
-
-RDEPEND="virtual/libc
- dev-libs/openssl
- gtk? (
- >=x11-libs/gtk+-2
- =app-admin/gkrellm-2*
- )
- !gtk? ( x11-wm/windowmaker )
- >=x11-libs/libX11-1.0.0
- >=x11-libs/libXext-1.0.0
- >=x11-libs/libXpm-3.5.4.2
- >=x11-proto/xextproto-7.0.2"
-
-src_compile() {
- emake build || die
- if use gtk; then
- emake build-gk2 || die
- fi
-}
-
-src_install() {
- if use gtk; then
- exeinto /usr/lib/gkrellm2/plugins
- doexe src-gk2/wmium-gk2.so
- fi
-
- dobin src/wmium
-
- dodoc BUGS INSTALL-GK2 README dot.wmiumrc.sample \
- CHANGES INSTALL README-GK2
-
- doman src/wmium.1
-
- einfo
- einfo "To configure look at the /usr/share/doc/${PF}/dot.wmiumrc.sample"
- einfo "(if using /usr/bin/wmium with WINDOWMAKER ONLY)"
- einfo
- einfo "or use the preferences within gkrellm2"
-}