summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-16 05:17:40 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-16 05:17:40 +0000
commita3e6762f6c74e9c9fd0807fdd3d2f69cf65aa382 (patch)
tree027e11b1a7553cd145515dea64b011efb8aac0e2 /dev-libs/elfutils/files
parentScrub CFLAGS from configure. (diff)
downloadgentoo-2-a3e6762f6c74e9c9fd0807fdd3d2f69cf65aa382.tar.gz
gentoo-2-a3e6762f6c74e9c9fd0807fdd3d2f69cf65aa382.tar.bz2
gentoo-2-a3e6762f6c74e9c9fd0807fdd3d2f69cf65aa382.zip
Version bump.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-libs/elfutils/files')
-rw-r--r--dev-libs/elfutils/files/digest-elfutils-0.1206
-rw-r--r--dev-libs/elfutils/files/elfutils-0.120-mkinstalldirs.patch22
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-libs/elfutils/files/digest-elfutils-0.120 b/dev-libs/elfutils/files/digest-elfutils-0.120
new file mode 100644
index 000000000000..f796fcdeea56
--- /dev/null
+++ b/dev-libs/elfutils/files/digest-elfutils-0.120
@@ -0,0 +1,6 @@
+MD5 ccdd17f58c0c6feb35c9aff0b1217650 elfutils-0.120-patches-1.0.tar.bz2 16322
+RMD160 979160ef30a7d3d2bfc8bce20143b8663c62e3d0 elfutils-0.120-patches-1.0.tar.bz2 16322
+SHA256 527501e03b1267bd2e9f0283319db120d9f15324bd9f7820d24624a323ddf136 elfutils-0.120-patches-1.0.tar.bz2 16322
+MD5 3f757d85af891904892b4a6dc3f9e14c elfutils-0.120.tar.gz 1126669
+RMD160 9c9ad5f23092bb812a5cb6649005bb04b0226ea8 elfutils-0.120.tar.gz 1126669
+SHA256 0e868eb7468e639a95c1d5260bd0313cd30e578f308e0abf990a9519c2a304e7 elfutils-0.120.tar.gz 1126669
diff --git a/dev-libs/elfutils/files/elfutils-0.120-mkinstalldirs.patch b/dev-libs/elfutils/files/elfutils-0.120-mkinstalldirs.patch
new file mode 100644
index 000000000000..1af1b990182c
--- /dev/null
+++ b/dev-libs/elfutils/files/elfutils-0.120-mkinstalldirs.patch
@@ -0,0 +1,22 @@
+--- libelf-po/Makefile.in.in
++++ libelf-po/Makefile.in.in
+@@ -28,7 +28,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
++mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@
+--- po/Makefile.in.in
++++ po/Makefile.in.in
+@@ -28,7 +28,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
++mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@