diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-19 13:27:55 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-19 13:27:55 +0000 |
commit | 2bb9772646964f8eb73f60c915752940a237d142 (patch) | |
tree | e12751d11200e77a30b551539d00ca8786091b1d /x11-plugins | |
parent | Stable on ppc wrt bug 206447 (diff) | |
download | gentoo-2-2bb9772646964f8eb73f60c915752940a237d142.tar.gz gentoo-2-2bb9772646964f8eb73f60c915752940a237d142.tar.bz2 gentoo-2-2bb9772646964f8eb73f60c915752940a237d142.zip |
Version bump. Builds and installs, no way to test it.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmlongrun/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmlongrun/files/digest-wmlongrun-0.3.0_pre1 | 3 | ||||
-rw-r--r-- | x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild | 25 |
3 files changed, 36 insertions, 2 deletions
diff --git a/x11-plugins/wmlongrun/ChangeLog b/x11-plugins/wmlongrun/ChangeLog index 9ba237dbce1a..fde2acf0740e 100644 --- a/x11-plugins/wmlongrun/ChangeLog +++ b/x11-plugins/wmlongrun/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmlongrun -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/ChangeLog,v 1.6 2007/07/22 04:55:00 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/ChangeLog,v 1.7 2008/01/19 13:27:54 drac Exp $ + +*wmlongrun-0.3.0_pre1 (19 Jan 2008) + + 19 Jan 2008; Samuli Suominen <drac@gentoo.org> + +wmlongrun-0.3.0_pre1.ebuild: + Version bump. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmlongrun-0.2.0.ebuild: diff --git a/x11-plugins/wmlongrun/files/digest-wmlongrun-0.3.0_pre1 b/x11-plugins/wmlongrun/files/digest-wmlongrun-0.3.0_pre1 new file mode 100644 index 000000000000..e82d630aa959 --- /dev/null +++ b/x11-plugins/wmlongrun/files/digest-wmlongrun-0.3.0_pre1 @@ -0,0 +1,3 @@ +MD5 abd88dd8391d1702f47f7d018cd75d32 wmlongrun-0.3.0pre1.tar.gz 75257 +RMD160 9421b54329b02a1a8b82c184c9613a3624c90d6e wmlongrun-0.3.0pre1.tar.gz 75257 +SHA256 f6161344878ff668bc558379f67c24f468effb7be6e6310f8fd3f81834ecea48 wmlongrun-0.3.0pre1.tar.gz 75257 diff --git a/x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild new file mode 100644 index 000000000000..4c83217b986d --- /dev/null +++ b/x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/wmlongrun-0.3.0_pre1.ebuild,v 1.1 2008/01/19 13:27:54 drac Exp $ + +DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor" +HOMEPAGE="http://seiichisato.jp/dockapps/" +SRC_URI="http://seiichisato.jp/dockapps/src/${P/_/}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 -*" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-proto/xextproto" + +S=${WORKDIR}/${P/_/} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog MAKEDEV* NEWS README TODO +} |