From d8eeaf27c6ec916421222a2500985b9b12bfe903 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 16 Apr 2006 05:17:40 +0000 Subject: Version bump. Package-Manager: portage-2.1_pre7-r5 --- dev-libs/elfutils/files/digest-elfutils-0.120 | 6 ++++++ .../files/elfutils-0.120-mkinstalldirs.patch | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dev-libs/elfutils/files/digest-elfutils-0.120 create mode 100644 dev-libs/elfutils/files/elfutils-0.120-mkinstalldirs.patch (limited to 'dev-libs/elfutils/files') 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@ -- cgit v1.2.3-65-gdbad