summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-22 11:14:35 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-22 11:14:35 +0000
commitb327c71d88ce95f0975f4a9bded7be40f70f00be (patch)
tree71a46ffcd21d436509de00736aeaed02bbf3ef41 /dev-libs/libiconv/files
parentDrop old version, removing amd64 and x86 stable keywords. See bug #141312. (diff)
downloadhistorical-b327c71d88ce95f0975f4a9bded7be40f70f00be.tar.gz
historical-b327c71d88ce95f0975f4a9bded7be40f70f00be.tar.bz2
historical-b327c71d88ce95f0975f4a9bded7be40f70f00be.zip
Drop old version, removing amd64 and x86 stable keywords. See bug #141312.
Package-Manager: portage-2.1.1_pre3-r3
Diffstat (limited to 'dev-libs/libiconv/files')
-rw-r--r--dev-libs/libiconv/files/digest-libiconv-1.9.2-r31
-rw-r--r--dev-libs/libiconv/files/libiconv-1.9.2-RPATH-fix.patch35
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-libs/libiconv/files/digest-libiconv-1.9.2-r3 b/dev-libs/libiconv/files/digest-libiconv-1.9.2-r3
deleted file mode 100644
index e124274679fd..000000000000
--- a/dev-libs/libiconv/files/digest-libiconv-1.9.2-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6bc300365053c815b10b800a21e0bc7e libiconv-1.9.2.tar.gz 3919945
diff --git a/dev-libs/libiconv/files/libiconv-1.9.2-RPATH-fix.patch b/dev-libs/libiconv/files/libiconv-1.9.2-RPATH-fix.patch
deleted file mode 100644
index b8e9b88b61f2..000000000000
--- a/dev-libs/libiconv/files/libiconv-1.9.2-RPATH-fix.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- libiconv-1.9.2/src/Makefile.in 2005-04-30 12:33:34.000000000 +0200
-+++ libiconv-1.9.2.az/src/Makefile.in 2005-04-30 12:43:57.000000000 +0200
-@@ -52,7 +52,7 @@
- # i.e. during "make install". The intermediate 'iconv' executable is built
- # without internationalization and not linked with libintl.
-
--all : iconv_no_i18n iconv.@OBJEXT@
-+all : iconv_no_i18n iconv.@OBJEXT@ iconv
- test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
-
- # This is the temporary iconv executable, without internationalization.
-@@ -77,6 +77,12 @@
- @SET_RELOCATABLE@
- iconv_LDFLAGS = `if test -n '$(RELOCATABLE_LDFLAGS)'; then $(RELOCATABLE_LDFLAGS) $(bindir); fi`
-
-+iconv: iconv.@OBJEXT@
-+ case "@host_os@" in \
-+ hpux*) $(CC) $(LDFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a -L../lib -liconv @LIBINTL@ -o iconv;; \
-+ *) $(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a ../lib/libiconv.la @LTLIBINTL@ -o iconv;; \
-+ esac
-+
- # During "make install", we can build the final iconv executable.
- # On HP-UX, in order to ensure that the new libiconv.sl will override the old
- # one that is hardcoded in libintl.sl, we need to mention libiconv.sl before
-@@ -90,10 +96,6 @@
- if [ ! -d $(DESTDIR)$(prefix) ] ; then $(mkinstalldirs) $(DESTDIR)$(prefix) ; fi
- if [ ! -d $(DESTDIR)$(exec_prefix) ] ; then $(mkinstalldirs) $(DESTDIR)$(exec_prefix) ; fi
- if [ ! -d $(DESTDIR)$(bindir) ] ; then $(mkinstalldirs) $(DESTDIR)$(bindir) ; fi
-- case "@host_os@" in \
-- hpux*) $(CC) $(LDFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a -L$(libdir) -liconv @LIBINTL@ -o iconv;; \
-- *) $(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a $(DESTDIR)$(libdir)/libiconv.la @LTLIBINTL@ -o iconv;; \
-- esac
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) iconv $(DESTDIR)$(bindir)/iconv
-
- installdirs : force