summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-01-18 18:45:43 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-01-18 18:45:43 +0000
commit3f0a9102dc0028cdba9c527b15669fb2a5a9dfc1 (patch)
tree470cf4f0331e1ec11381a0ed8603d4133edb32c6 /net-misc
parentx86 stable and remove old (diff)
downloadgentoo-2-3f0a9102dc0028cdba9c527b15669fb2a5a9dfc1.tar.gz
gentoo-2-3f0a9102dc0028cdba9c527b15669fb2a5a9dfc1.tar.bz2
gentoo-2-3f0a9102dc0028cdba9c527b15669fb2a5a9dfc1.zip
Remove old, x86 stable, fix HOMEPAGE/SRC_URI, bug #202463
(Portage version: 2.1.4)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/fmirror/ChangeLog8
-rw-r--r--net-misc/fmirror/files/digest-fmirror-0.8.43
-rw-r--r--net-misc/fmirror/fmirror-0.8.4-r2.ebuild27
-rw-r--r--net-misc/fmirror/fmirror-0.8.4.ebuild37
4 files changed, 20 insertions, 55 deletions
diff --git a/net-misc/fmirror/ChangeLog b/net-misc/fmirror/ChangeLog
index a44d8605cd62..6d482cf9c1c8 100644
--- a/net-misc/fmirror/ChangeLog
+++ b/net-misc/fmirror/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/fmirror
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/fmirror/ChangeLog,v 1.9 2007/07/15 08:47:38 phreak Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/fmirror/ChangeLog,v 1.10 2008/01/18 18:45:42 armin76 Exp $
+
+ 18 Jan 2008; Raúl Porcel <armin76@gentoo.org> -fmirror-0.8.4.ebuild,
+ fmirror-0.8.4-r2.ebuild:
+ Remove old, x86 stable, fix HOMEPAGE/SRC_URI, bug #202463
15 Jul 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Assigning to m-needed, as beu is being retired (#66608).
diff --git a/net-misc/fmirror/files/digest-fmirror-0.8.4 b/net-misc/fmirror/files/digest-fmirror-0.8.4
deleted file mode 100644
index ace52127f5a6..000000000000
--- a/net-misc/fmirror/files/digest-fmirror-0.8.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 78652ce5bb50e6c120c9ca0988cb9dca fmirror-0.8.4.tar.gz 59831
-RMD160 f053b0d7f88d516890263e7b65e63a781dd2f044 fmirror-0.8.4.tar.gz 59831
-SHA256 d280e496a2b6dedbd6fda635a80486dbc1462e7c09dbd950962b6742f927dae4 fmirror-0.8.4.tar.gz 59831
diff --git a/net-misc/fmirror/fmirror-0.8.4-r2.ebuild b/net-misc/fmirror/fmirror-0.8.4-r2.ebuild
index c28560d347dd..4dc8e4b211c1 100644
--- a/net-misc/fmirror/fmirror-0.8.4-r2.ebuild
+++ b/net-misc/fmirror/fmirror-0.8.4-r2.ebuild
@@ -1,38 +1,39 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/fmirror/fmirror-0.8.4-r2.ebuild,v 1.1 2007/01/25 07:08:57 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/fmirror/fmirror-0.8.4-r2.ebuild,v 1.2 2008/01/18 18:45:42 armin76 Exp $
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="FTP mirror utility"
-HOMEPAGE="http://freshmeat.net/projects/fmirror"
-SRC_URI="ftp://ftp.guardian.no/pub/free/ftp/fmirror/${P}.tar.gz"
+HOMEPAGE="http://linux.maruhn.com/sec/fmirror.html"
+SRC_URI="http://www.ibiblio.org/pub/solaris/freeware/SOURCES/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
RDEPEND=""
DEPEND=""
src_unpack() {
- unpack ${A}; cd ${S}
- epatch ${FILESDIR}/${PN}-crlf.patch
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}"/${PN}-crlf.patch
}
src_compile() {
append-flags "-D_FILE_OFFSET_BITS=64" # large file support bug # 123964
+
econf \
- --datadir=/etc/fmirror \
- || die "configure problem"
+ --datadir=/etc/fmirror || die "econf failed"
- emake || die "compile problem"
+ emake CC="$(tc-getCC)" || die "emake failed"
}
src_install() {
- into /usr
dobin fmirror
- dodoc COPYING ChangeLog README
+ dodoc ChangeLog README
newdoc configs/README README.sample
doman fmirror.1
diff --git a/net-misc/fmirror/fmirror-0.8.4.ebuild b/net-misc/fmirror/fmirror-0.8.4.ebuild
deleted file mode 100644
index eff327322c8b..000000000000
--- a/net-misc/fmirror/fmirror-0.8.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/fmirror/fmirror-0.8.4.ebuild,v 1.9 2004/07/15 02:49:31 agriffis Exp $
-
-DESCRIPTION="FTP mirror utility"
-HOMEPAGE="http://freshmeat.net/projects/fmirror"
-SRC_URI="ftp://ftp.guardian.no/pub/free/ftp/fmirror/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc "
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_compile() {
- ./configure \
- --prefix=/usr \
- --datadir=/etc/fmirror \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- || die "configure problem"
-
- emake || die "compile problem"
-}
-
-src_install() {
- into /usr
- dobin fmirror
- dodoc COPYING ChangeLog README
- newdoc configs/README README.sample
- doman fmirror.1
-
- cd configs
- insinto /etc/fmirror/sample
- doins sample.conf generic.conf redhat.conf
-}