diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 17:52:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 17:52:16 +0000 |
commit | c46fb8b811db24325d7e7bcc2d73d66c3465aa91 (patch) | |
tree | e7a34a837321f880dacf16684b3d5a351e39fccd /x11-plugins/wmalms | |
parent | Initial import, bug #296447. (diff) | |
download | historical-c46fb8b811db24325d7e7bcc2d73d66c3465aa91.tar.gz historical-c46fb8b811db24325d7e7bcc2d73d66c3465aa91.tar.bz2 historical-c46fb8b811db24325d7e7bcc2d73d66c3465aa91.zip |
Fix HOMEPAGE and SRC_URI wrt #297028.
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/wmalms')
-rw-r--r-- | x11-plugins/wmalms/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/wmalms/wmalms-1.1.1.ebuild | 36 |
3 files changed, 8 insertions, 40 deletions
diff --git a/x11-plugins/wmalms/ChangeLog b/x11-plugins/wmalms/ChangeLog index 687efde52123..99b28554fac0 100644 --- a/x11-plugins/wmalms/ChangeLog +++ b/x11-plugins/wmalms/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmalms # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v 1.16 2009/10/27 08:48:48 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/ChangeLog,v 1.17 2009/12/15 17:44:56 ssuominen Exp $ + + 15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> + wmalms-1.1.1-r1.ebuild: + Fix HOMEPAGE and SRC_URI wrt #297028. 27 Oct 2009; Thilo Bangert <bangert@gentoo.org> wmalms-1.1.1.ebuild, wmalms-1.1.1-r1.ebuild: diff --git a/x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild b/x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild index af354b76bc7a..2f2359f861d5 100644 --- a/x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild +++ b/x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild,v 1.4 2009/10/27 08:48:48 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/wmalms-1.1.1-r1.ebuild,v 1.5 2009/12/15 17:44:56 ssuominen Exp $ inherit autotools eutils DESCRIPTION="lm_sensors monitoring docklet." -HOMEPAGE="http://www.geocities.com/wmalms" -SRC_URI="http://www.geocities.com/${PN}/${P}.tar.gz" +HOMEPAGE="http://wmalms.tripod.com/" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/x11-plugins/wmalms/wmalms-1.1.1.ebuild b/x11-plugins/wmalms/wmalms-1.1.1.ebuild deleted file mode 100644 index e7d6cb04bc55..000000000000 --- a/x11-plugins/wmalms/wmalms-1.1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalms/wmalms-1.1.1.ebuild,v 1.4 2009/10/27 08:48:48 bangert Exp $ - -inherit autotools eutils - -DESCRIPTION="lm_sensors monitoring docklet." -HOMEPAGE="http://www.geocities.com/wmalms" -SRC_URI="http://www.geocities.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="x11-libs/libXext - x11-libs/libXpm - x11-libs/libX11 - <sys-apps/lm_sensors-3" -DEPEND="${RDEPEND} - x11-proto/xextproto - x11-proto/xproto - x11-libs/libXt" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-configure.patch - eautoconf -} - -src_install() { - dobin ${PN} - dodoc README - dohtml manual.html -} |