summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-08-28 22:29:55 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-08-28 22:29:55 +0000
commitee54ff8890fd8eeaaef2d96e4b500bd0df8223bd (patch)
treecde7790fb90571ed2834aef37fbdd081fa29ba3c /app-arch
parentVersion bump. Set SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-ee54ff8890fd8eeaaef2d96e4b500bd0df8223bd.tar.gz
gentoo-2-ee54ff8890fd8eeaaef2d96e4b500bd0df8223bd.tar.bz2
gentoo-2-ee54ff8890fd8eeaaef2d96e4b500bd0df8223bd.zip
Cleaning out unused patch
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/ipkg-utils/ChangeLog6
-rw-r--r--app-arch/ipkg-utils/files/ipkg-utils-1.7-build_fixes.patch29
2 files changed, 5 insertions, 30 deletions
diff --git a/app-arch/ipkg-utils/ChangeLog b/app-arch/ipkg-utils/ChangeLog
index 610ef5138f52..2c89491a4013 100644
--- a/app-arch/ipkg-utils/ChangeLog
+++ b/app-arch/ipkg-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/ipkg-utils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ChangeLog,v 1.12 2009/06/17 13:26:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ChangeLog,v 1.13 2009/08/28 22:29:55 vostorga Exp $
+
+ 28 Aug 2009; Víctor Ostorga <vostorga@gentoo.org>
+ -files/ipkg-utils-1.7-build_fixes.patch:
+ Cleaning out unused patch
17 Jun 2009; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Reassign to maintainer-needed. Change e-mail address (bug #274504).
diff --git a/app-arch/ipkg-utils/files/ipkg-utils-1.7-build_fixes.patch b/app-arch/ipkg-utils/files/ipkg-utils-1.7-build_fixes.patch
deleted file mode 100644
index c2044db72d77..000000000000
--- a/app-arch/ipkg-utils/files/ipkg-utils-1.7-build_fixes.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: ipkg-utils-1.7/Makefile
-===================================================================
---- ipkg-utils-1.7/Makefile {cset 1fe36b83-662c-4d43-b5df-915184007abf}
-+++ ipkg-utils-1.7/Makefile {local clone}
-@@ -1,20 +1,19 @@
- UTILS = ipkg-build ipkg-deb-unbuild ipkg-unbuild ipkg-compare-versions ipkg-upload
-
--PREFIX=/usr/local
-+PREFIX=/usr
-
- all: build
-
- build: ipkg-compare-versions
-- python setup.py build
-
- ipkg-compare-versions: ipkg-compare-versions.c
- $(CC) $(CFLAGS) -o ipkg-compare-versions ipkg-compare-versions.c
-
- install: ${UTILS}
-- cp ${UTILS} $(PREFIX)/bin
-- python setup.py install
-+ mkdir -p $(DESTDIR)$(PREFIX)/bin
-+ cp ${UTILS} $(DESTDIR)$(PREFIX)/bin
- chmod agu+rx ipkg-make-index
-- cp -f ipkg-make-index $(PREFIX)/bin
-+ cp -f ipkg-make-index $(DESTDIR)$(PREFIX)/bin
-
- binary: build
- mkdir -p ipkg-build-binary/usr/bin