diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-11-28 19:00:03 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-11-28 19:00:03 +0000 |
commit | 6d61ebaf5431cdfcde128361f22dcbb55cb4e48b (patch) | |
tree | d06b5241e42b1a4fe9f6df57f3eb86ba643562ae /x11-plugins | |
parent | Initial import of x11-plugins/wmmisc, version 0.9 (Manifest recommit) (diff) | |
download | gentoo-2-6d61ebaf5431cdfcde128361f22dcbb55cb4e48b.tar.gz gentoo-2-6d61ebaf5431cdfcde128361f22dcbb55cb4e48b.tar.bz2 gentoo-2-6d61ebaf5431cdfcde128361f22dcbb55cb4e48b.zip |
Fixed HOMEPAGE and SRC_URI
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmMatrix/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmMatrix/wmMatrix-0.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-plugins/wmMatrix/ChangeLog b/x11-plugins/wmMatrix/ChangeLog index dba0fdef9511..d61b6dd463ab 100644 --- a/x11-plugins/wmMatrix/ChangeLog +++ b/x11-plugins/wmMatrix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmMatrix # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/ChangeLog,v 1.5 2004/06/24 23:12:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/ChangeLog,v 1.6 2004/11/28 19:00:02 s4t4n Exp $ + + 28 Nov 2004; Michele Noberasco <s4t4n@gentoo.org> wmMatrix-0.2.ebuild: + Changed HOMEPAGE and SRC_URI to the www.dockapps.org ones, as the + original package homepage no longer exists... 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild index ef3d9e00b1e8..0c79c561cf54 100644 --- a/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild +++ b/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild,v 1.8 2004/06/24 23:12:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild,v 1.9 2004/11/28 19:00:03 s4t4n Exp $ IUSE="" DESCRIPTION="WMaker DockApp: Slightly modified version of Jamie Zawinski's xmatrix screenhack." -SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" -HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" +SRC_URI="http://www.dockapps.org/download.php/id/17/${P}.tar.gz" +HOMEPAGE="http://www.dockapps.org/file.php/id/10" DEPEND="virtual/x11" |