diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-12-08 22:29:56 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-12-08 22:29:56 +0000 |
commit | 99da463047ddb2f48eb487ac50bd8c4df5768eef (patch) | |
tree | f7a5c404d5330157ec77c1bcc9886de6028aa79d /sys-fs | |
parent | Version bump (diff) | |
download | gentoo-2-99da463047ddb2f48eb487ac50bd8c4df5768eef.tar.gz gentoo-2-99da463047ddb2f48eb487ac50bd8c4df5768eef.tar.bz2 gentoo-2-99da463047ddb2f48eb487ac50bd8c4df5768eef.zip |
Fixed URLs, removed old revision.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/hfsplusutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/hfsplusutils/files/digest-hfsplusutils-1.0.4 | 1 | ||||
-rw-r--r-- | sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild | 44 |
4 files changed, 8 insertions, 49 deletions
diff --git a/sys-fs/hfsplusutils/ChangeLog b/sys-fs/hfsplusutils/ChangeLog index c0f1deb635f9..05ec05ed661a 100644 --- a/sys-fs/hfsplusutils/ChangeLog +++ b/sys-fs/hfsplusutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/hfsplusutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.5 2005/11/02 18:43:04 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.6 2005/12/08 22:29:56 hansmi Exp $ + + 08 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> + -hfsplusutils-1.0.4.ebuild, hfsplusutils-1.0.4-r1.ebuild: + Fixed URLs, removed old revision. 02 Nov 2005; Joseph Jezak <josejx@gentoo.org> +files/hfsplusutils-1.0.4-gcc4.patch, hfsplusutils-1.0.4-r1.ebuild: diff --git a/sys-fs/hfsplusutils/files/digest-hfsplusutils-1.0.4 b/sys-fs/hfsplusutils/files/digest-hfsplusutils-1.0.4 deleted file mode 100644 index 7b1622cd2a1c..000000000000 --- a/sys-fs/hfsplusutils/files/digest-hfsplusutils-1.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 18fa1efb5432469357ffa6bfa7c08fcd hfsplus_1.0.4.src.tar.bz2 185461 diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild index b3a7da9a6b38..cebe3956dae4 100644 --- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild +++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.9 2005/11/02 18:43:04 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.10 2005/12/08 22:29:56 hansmi Exp $ inherit eutils libtool MY_P="hfsplus_${PV}" DESCRIPTION="HFS+ Filesystem Access Utilities (a PPC filesystem)" -HOMEPAGE="http://ftp.penguinppc.org/users/hasi/" -SRC_URI="http://ftp.penguinppc.org/users/hasi/${MY_P}.src.tar.bz2" +HOMEPAGE="http://penguinppc.org/historical/hfsplus/" +SRC_URI="http://penguinppc.org/historical/hfsplus/${MY_P}.src.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild deleted file mode 100644 index 12bf6adaf585..000000000000 --- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild,v 1.5 2005/02/16 09:59:37 lu_zero Exp $ - -MY_P="hfsplus_${PV}" -DESCRIPTION="HFS+ Filesystem Access Utilities" -HOMEPAGE="http://ftp.penguinppc.org/users/hasi/" -SRC_URI="http://ftp.penguinppc.org/users/hasi/${MY_P}.src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ppc" -IUSE="" - -DEPEND="sys-devel/autoconf - sys-devel/automake - app-arch/bzip2" -RDEPEND="" - -S=${WORKDIR}/hfsplus-${PV} - -MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man' - -src_compile() { - # This does a autoconf, automake, etc. - emake -f Makefile.cvs all || die - - patch -p0 < ${FILESDIR}/hfsplusutils-1.0.4-glob.patch || die "Patch failed" - - econf || die - emake || die -} - -src_install() { - dodir /usr/bin - dodir /usr/lib - dodir /usr/share/man - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - newman doc/man/hfsp.man hfsp.1 -} |