diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-03-06 18:48:28 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-03-06 18:48:28 +0000 |
commit | a0e9047bd82fa7abc6202da753b328210e54b8ca (patch) | |
tree | 1df21870d74e1da5f01ff3f4153c00976823edd7 /net-misc/taylor-uucp | |
parent | Avoid user-installed NVIDIA TEXTOOLS install (bug #261474) (diff) | |
download | gentoo-2-a0e9047bd82fa7abc6202da753b328210e54b8ca.tar.gz gentoo-2-a0e9047bd82fa7abc6202da753b328210e54b8ca.tar.bz2 gentoo-2-a0e9047bd82fa7abc6202da753b328210e54b8ca.zip |
Add ~arm keyword and run eautoreconf (#260550).
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/taylor-uucp')
-rw-r--r-- | net-misc/taylor-uucp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/taylor-uucp/files/taylor-uucp-1.07-gentoo.patch | 16 | ||||
-rw-r--r-- | net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild | 10 |
3 files changed, 20 insertions, 14 deletions
diff --git a/net-misc/taylor-uucp/ChangeLog b/net-misc/taylor-uucp/ChangeLog index 5e0bd6703c1a..2d1116bab160 100644 --- a/net-misc/taylor-uucp/ChangeLog +++ b/net-misc/taylor-uucp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/taylor-uucp -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/ChangeLog,v 1.32 2008/06/21 08:53:01 mrness Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/ChangeLog,v 1.33 2009/03/06 18:48:28 mrness Exp $ + + 06 Mar 2009; Alin Năstac <mrness@gentoo.org> + files/taylor-uucp-1.07-gentoo.patch, taylor-uucp-1.07-r2.ebuild: + Add ~arm keyword and run eautoreconf (#260550). 21 Jun 2008; Alin Năstac <mrness@gentoo.org> taylor-uucp-1.07-r2.ebuild: Drop bindnow flags (#227009). diff --git a/net-misc/taylor-uucp/files/taylor-uucp-1.07-gentoo.patch b/net-misc/taylor-uucp/files/taylor-uucp-1.07-gentoo.patch index 11904362c51f..42839bab300c 100644 --- a/net-misc/taylor-uucp/files/taylor-uucp-1.07-gentoo.patch +++ b/net-misc/taylor-uucp/files/taylor-uucp-1.07-gentoo.patch @@ -1,7 +1,7 @@ -diff -Nru uucp-1.07.orig/Makefile.in uucp-1.07/Makefile.in ---- uucp-1.07.orig/Makefile.in 2003-05-30 04:31:40.000000000 +0300 -+++ uucp-1.07/Makefile.in 2006-01-09 23:38:41.470224750 +0200 -@@ -1017,12 +1017,12 @@ +diff -Nru uucp-1.07.orig/Makefile.am uucp-1.07/Makefile.am +--- uucp-1.07.orig/Makefile.am 2003-05-30 00:10:23.000000000 +0000 ++++ uucp-1.07/Makefile.am 2009-03-06 18:41:48.000000000 +0000 +@@ -78,12 +78,12 @@ install-exec-hook: for f in uucico uuxqt; do \ @@ -16,11 +16,11 @@ diff -Nru uucp-1.07.orig/Makefile.in uucp-1.07/Makefile.in + chown $(OWNER):uucp $(DESTDIR)$(bindir)/$${f}; \ + chmod 6555 $(DESTDIR)$(bindir)/$${f}; \ done - @HAVE_MKDIR_FALSE@ chown $(OWNER) $(DESTDIR)$(uudirdir) - @HAVE_MKDIR_FALSE@ chmod 100 $(DESTDIR)$(uudirdir) + if HAVE_MKDIR + else diff -Nru uucp-1.07.orig/policy.h uucp-1.07/policy.h ---- uucp-1.07.orig/policy.h 2003-05-29 09:08:45.000000000 +0300 -+++ uucp-1.07/policy.h 2006-01-09 23:42:14.667548750 +0200 +--- uucp-1.07.orig/policy.h 2003-05-29 06:08:45.000000000 +0000 ++++ uucp-1.07/policy.h 2009-03-06 18:41:48.000000000 +0000 @@ -302,8 +302,7 @@ /* #define LOCKDIR "/usr/spool/locks" */ /* #define LOCKDIR "/usr/spool/uucp/LCK" */ diff --git a/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild b/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild index 1fc308c168a0..209e1d04eb1a 100644 --- a/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild +++ b/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild,v 1.2 2008/06/21 08:53:01 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild,v 1.3 2009/03/06 18:48:28 mrness Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic autotools DESCRIPTION="Taylor UUCP" HOMEPAGE="http://www.airs.com/ian/uucp.html" @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/uucp/uucp-${PV}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86" DEPEND=">=sys-apps/sed-4" RDEPEND="" @@ -21,7 +21,9 @@ S="${WORKDIR}/uucp-1.07" src_unpack() { unpack ${A} + cd "${S}" epatch "${FILESDIR}/${P}-gentoo.patch" + eautoreconf } src_compile() { |