summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-02-14 09:03:01 +0000
committerPacho Ramos <pacho@gentoo.org>2012-02-14 09:03:01 +0000
commit89b6668df2256041b48bce77799fe28337f4dcc8 (patch)
tree94dfb94f37b7e1b41265f56a163f79789f30b10b /net-misc/pimpd
parentFix compilation problems against bluez, bug #403341 (by Steev Klimaszewski an... (diff)
downloadgentoo-2-89b6668df2256041b48bce77799fe28337f4dcc8.tar.gz
gentoo-2-89b6668df2256041b48bce77799fe28337f4dcc8.tar.bz2
gentoo-2-89b6668df2256041b48bce77799fe28337f4dcc8.zip
Fallback to gentoo.org webpage as upstream is dead (bug #371695 by David) and use emake instead of plain make.
(Portage version: 2.1.10.46/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/pimpd')
-rw-r--r--net-misc/pimpd/ChangeLog8
-rw-r--r--net-misc/pimpd/pimpd-0.8.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/net-misc/pimpd/ChangeLog b/net-misc/pimpd/ChangeLog
index 5bfdc8c3e8db..9919d80c6720 100644
--- a/net-misc/pimpd/ChangeLog
+++ b/net-misc/pimpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/pimpd
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/ChangeLog,v 1.12 2007/07/15 08:50:48 phreak Exp $
+# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/ChangeLog,v 1.13 2012/02/14 09:03:01 pacho Exp $
+
+ 14 Feb 2012; Pacho Ramos <pacho@gentoo.org> pimpd-0.8.ebuild:
+ Fallback to gentoo.org webpage as upstream is dead (bug #371695 by David) and
+ use emake instead of plain make.
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/pimpd/pimpd-0.8.ebuild b/net-misc/pimpd/pimpd-0.8.ebuild
index d95b6e21efc9..fdc8267ec7d1 100644
--- a/net-misc/pimpd/pimpd-0.8.ebuild
+++ b/net-misc/pimpd/pimpd-0.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.8.ebuild,v 1.15 2005/04/24 02:54:08 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.8.ebuild,v 1.16 2012/02/14 09:03:01 pacho Exp $
DESCRIPTION="RFC1413-compliant identd server supporting masqueraded connections"
-HOMEPAGE="http://cats.meow.at/~peter/pimpd.html"
+HOMEPAGE="http://gentoo.org"
SRC_URI="http://cats.meow.at/~peter/pimpd_${PV}.tar.gz"
LICENSE="GPL-2"
@@ -12,7 +12,7 @@ KEYWORDS="x86 sparc ppc"
IUSE=""
src_compile() {
- make CFLAGS="$CFLAGS" || die
+ emake CFLAGS="$CFLAGS" || die
}
src_install() {