diff options
author | 2006-12-20 00:07:57 +0000 | |
---|---|---|
committer | 2006-12-20 00:07:57 +0000 | |
commit | 02c21a1daa3107a986abba39d6b30106f8c4cc80 (patch) | |
tree | 733967b3dc8bcd5dd4d76994bf5df0479f13b4e1 /app-arch/tarsync/tarsync-0.2.1.ebuild | |
parent | drop myself as maintainer so people doing assignment stop screwing it up (diff) | |
download | historical-02c21a1daa3107a986abba39d6b30106f8c4cc80.tar.gz historical-02c21a1daa3107a986abba39d6b30106f8c4cc80.tar.bz2 historical-02c21a1daa3107a986abba39d6b30106f8c4cc80.zip |
Punt the old version and fix the SRC_URI in the remaining ebuild.
Package-Manager: portage-5325-svn
Diffstat (limited to 'app-arch/tarsync/tarsync-0.2.1.ebuild')
-rw-r--r-- | app-arch/tarsync/tarsync-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/tarsync/tarsync-0.2.1.ebuild b/app-arch/tarsync/tarsync-0.2.1.ebuild index e28aa700ad7f..5abe7ef0e300 100644 --- a/app-arch/tarsync/tarsync-0.2.1.ebuild +++ b/app-arch/tarsync/tarsync-0.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild,v 1.3 2006/08/09 01:37:24 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild,v 1.4 2006/12/20 00:07:57 zmedico Exp $ DESCRIPTION="Delta compression suite for using/generating binary patches" HOMEPAGE="http://gentooexperimental.org/~ferringb/tarsync/" -SRC_URI="http://gentooexperimental.org/~ferringb/${PN}/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" |