diff options
author | David Holm <dholm@gentoo.org> | 2005-04-02 11:29:31 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-04-02 11:29:31 +0000 |
commit | 3d8e9d4fbff96951b76aa4166f2c41923a7e41c4 (patch) | |
tree | d0ee172482d06b0b327665d4db0d3d29b0ee04ea /app-arch/xdms/xdms-1.3.1.ebuild | |
parent | removing gstreamer 0.6.x (diff) | |
download | historical-3d8e9d4fbff96951b76aa4166f2c41923a7e41c4.tar.gz historical-3d8e9d4fbff96951b76aa4166f2c41923a7e41c4.tar.bz2 historical-3d8e9d4fbff96951b76aa4166f2c41923a7e41c4.zip |
Fixed SRC_URI and marked stable (Bug #87185)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-arch/xdms/xdms-1.3.1.ebuild')
-rw-r--r-- | app-arch/xdms/xdms-1.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/xdms/xdms-1.3.1.ebuild b/app-arch/xdms/xdms-1.3.1.ebuild index 3a0f63106a90..7d8ee4573e42 100644 --- a/app-arch/xdms/xdms-1.3.1.ebuild +++ b/app-arch/xdms/xdms-1.3.1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xdms/xdms-1.3.1.ebuild,v 1.3 2005/01/01 12:02:14 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xdms/xdms-1.3.1.ebuild,v 1.4 2005/04/02 11:29:31 dholm Exp $ inherit eutils DESCRIPTION="xDMS - Amiga DMS disk image decompressor" HOMEPAGE="http://freshmeat.net/projects/xdms" -SRC_URI="http://ee.tut.fi/~heikki/xdms/${P}.tar.gz" +SRC_URI="http://modeemi.cs.tut.fi/~shd/xdms/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" +KEYWORDS="amd64 x86 ppc" IUSE="" DEPEND="virtual/libc" |