summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-12 12:40:18 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-12 12:40:18 +0000
commit60c867aeaf1cd959e6f290857556f5781ae203b5 (patch)
treed7ac4618afc51afa142678132a503f0ee4ad5750 /x11-plugins
parentAdded missing pkgconfig dep (fixes bug #205315). (diff)
downloadgentoo-2-60c867aeaf1cd959e6f290857556f5781ae203b5.tar.gz
gentoo-2-60c867aeaf1cd959e6f290857556f5781ae203b5.tar.bz2
gentoo-2-60c867aeaf1cd959e6f290857556f5781ae203b5.zip
Version bump wrt #203120, thanks to Denilson for reporting.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wminet/ChangeLog9
-rw-r--r--x11-plugins/wminet/files/digest-wminet-3.0.03
-rw-r--r--x11-plugins/wminet/wminet-3.0.0.ebuild31
3 files changed, 41 insertions, 2 deletions
diff --git a/x11-plugins/wminet/ChangeLog b/x11-plugins/wminet/ChangeLog
index 95cd8279d31d..5c8f537db618 100644
--- a/x11-plugins/wminet/ChangeLog
+++ b/x11-plugins/wminet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wminet
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wminet/ChangeLog,v 1.10 2007/07/22 05:00:36 dberkholz Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wminet/ChangeLog,v 1.11 2008/01/12 12:40:18 drac Exp $
+
+*wminet-3.0.0 (12 Jan 2008)
+
+ 12 Jan 2008; Samuli Suominen <drac@gentoo.org> +wminet-3.0.0.ebuild:
+ Version bump wrt #203120, thanks to Denilson for reporting.
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wminet-2.0.3.ebuild:
Drop virtual/x11 references.
diff --git a/x11-plugins/wminet/files/digest-wminet-3.0.0 b/x11-plugins/wminet/files/digest-wminet-3.0.0
new file mode 100644
index 000000000000..cec7915872e4
--- /dev/null
+++ b/x11-plugins/wminet/files/digest-wminet-3.0.0
@@ -0,0 +1,3 @@
+MD5 78a5b269591633e20ced393bc4743f54 wminet-3.0.0.tar.gz 47576
+RMD160 51b709569e6440c9c71cbffef2aabe64fdd08e0c wminet-3.0.0.tar.gz 47576
+SHA256 013e0e290d790da577da5439b07a691eadf421b87a21b5f9f61e1e80b9783461 wminet-3.0.0.tar.gz 47576
diff --git a/x11-plugins/wminet/wminet-3.0.0.ebuild b/x11-plugins/wminet/wminet-3.0.0.ebuild
new file mode 100644
index 000000000000..a85bf991c46d
--- /dev/null
+++ b/x11-plugins/wminet/wminet-3.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wminet/wminet-3.0.0.ebuild,v 1.1 2008/01/12 12:40:18 drac Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="dockapp for monitoring internet connections to and from your computer."
+HOMEPAGE="http://www.swanson.ukfsn.org/#wminet"
+SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto"
+
+src_compile() {
+ tc-export CC
+ econf
+ emake || die "emake failed."
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog NEWS README wminetrc
+}