diff options
author | Naohiro Aota <naota@gentoo.org> | 2015-01-28 07:29:43 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2015-01-28 07:29:43 +0000 |
commit | 3ece9f3b178d81f87c374b6bc994b0db9d34bf9e (patch) | |
tree | a5471d6961dc71137eef82e796a455e9daa059cd /sys-fs/scan-ffs | |
parent | Re-added latest stable version which was accidently removed with my previous ... (diff) | |
download | gentoo-2-3ece9f3b178d81f87c374b6bc994b0db9d34bf9e.tar.gz gentoo-2-3ece9f3b178d81f87c374b6bc994b0db9d34bf9e.tar.bz2 gentoo-2-3ece9f3b178d81f87c374b6bc994b0db9d34bf9e.zip |
Update HOMEPAGE and SRC_URI. #532456
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'sys-fs/scan-ffs')
-rw-r--r-- | sys-fs/scan-ffs/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/scan-ffs/scan-ffs-1.2.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/sys-fs/scan-ffs/ChangeLog b/sys-fs/scan-ffs/ChangeLog index 9675509ee241..43a0600d9dda 100644 --- a/sys-fs/scan-ffs/ChangeLog +++ b/sys-fs/scan-ffs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/scan-ffs -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/scan-ffs/ChangeLog,v 1.3 2007/02/22 10:42:10 drizzt Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/scan-ffs/ChangeLog,v 1.4 2015/01/28 07:29:43 naota Exp $ + + 28 Jan 2015; Naohiro Aota <naota@gentoo.org> scan-ffs-1.2.ebuild: + Update HOMEPAGE and SRC_URI. #532456 22 Feb 2007; Timothy Redaelli <drizzt@gentoo.org> metadata.xml: Add long description @@ -13,4 +16,3 @@ 04 Nov 2006; Timothy Redaelli <drizzt@gentoo.org> +metadata.xml, +scan-ffs-1.2.ebuild: New ebuild. - diff --git a/sys-fs/scan-ffs/scan-ffs-1.2.ebuild b/sys-fs/scan-ffs/scan-ffs-1.2.ebuild index 540e287cbb47..204b31e4c20f 100644 --- a/sys-fs/scan-ffs/scan-ffs-1.2.ebuild +++ b/sys-fs/scan-ffs/scan-ffs-1.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/scan-ffs/scan-ffs-1.2.ebuild,v 1.2 2007/02/22 10:35:36 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/scan-ffs/scan-ffs-1.2.ebuild,v 1.3 2015/01/28 07:29:43 naota Exp $ inherit bsdmk MY_PN=${PN/-/_} MY_P=${MY_PN}-${PV} DESCRIPTION="Recovers lost disklabel" -HOMEPAGE="http://www.ranner.jawa.at/" -SRC_URI="http://www.ranner.jawa.at/stuff/${MY_P}.tar.bz2" +HOMEPAGE="http://www.ranner.eu/projects/" +SRC_URI="http://www.ranner.eu/stuff/${MY_P}.tar.bz2" LICENSE="BSD-2" SLOT="0" |