diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-08-28 22:29:55 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-08-28 22:29:55 +0000 |
commit | ee54ff8890fd8eeaaef2d96e4b500bd0df8223bd (patch) | |
tree | cde7790fb90571ed2834aef37fbdd081fa29ba3c /app-arch/ipkg-utils/files | |
parent | Version bump. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-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/ipkg-utils/files')
-rw-r--r-- | app-arch/ipkg-utils/files/ipkg-utils-1.7-build_fixes.patch | 29 |
1 files changed, 0 insertions, 29 deletions
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 |