diff options
author | 2006-10-25 04:18:03 +0000 | |
---|---|---|
committer | 2006-10-25 04:18:03 +0000 | |
commit | 13a22cf2528e293b5aeb75ace2643ff86aff436e (patch) | |
tree | 8b7e1ec68c24a9b2752640e55181900dab31d98f /net-news/yarssr/files | |
parent | Adding new patch for bug #146357 (diff) | |
download | gentoo-2-13a22cf2528e293b5aeb75ace2643ff86aff436e.tar.gz gentoo-2-13a22cf2528e293b5aeb75ace2643ff86aff436e.tar.bz2 gentoo-2-13a22cf2528e293b5aeb75ace2643ff86aff436e.zip |
Initial import, see bug 74644
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-news/yarssr/files')
-rw-r--r-- | net-news/yarssr/files/digest-yarssr-0.2.2 | 3 | ||||
-rw-r--r-- | net-news/yarssr/files/yarssr-0.2.2-makefile.patch | 16 |
2 files changed, 19 insertions, 0 deletions
diff --git a/net-news/yarssr/files/digest-yarssr-0.2.2 b/net-news/yarssr/files/digest-yarssr-0.2.2 new file mode 100644 index 000000000000..79d0ed3babeb --- /dev/null +++ b/net-news/yarssr/files/digest-yarssr-0.2.2 @@ -0,0 +1,3 @@ +MD5 70c730d19390270790a75a0a185d4b0d yarssr-0.2.2.tar.bz2 19567 +RMD160 41d5d7f46f39d8f523e1494a1e4ca95cb7f0fb39 yarssr-0.2.2.tar.bz2 19567 +SHA256 8f9a015a0e97f913edb93b5b9f89c34cac5783fc3cdbec32f9bb7cbda63c8a58 yarssr-0.2.2.tar.bz2 19567 diff --git a/net-news/yarssr/files/yarssr-0.2.2-makefile.patch b/net-news/yarssr/files/yarssr-0.2.2-makefile.patch new file mode 100644 index 000000000000..70655550955e --- /dev/null +++ b/net-news/yarssr/files/yarssr-0.2.2-makefile.patch @@ -0,0 +1,16 @@ +--- Makefile.orig 2006-10-24 22:01:58.000000000 -0600 ++++ Makefile 2006-10-24 22:02:16.000000000 -0600 +@@ -1,4 +1,4 @@ +-PREFIX=/usr/local ++PREFIX=/usr + BINDIR=$(PREFIX)/bin + LIBDIR=$(PREFIX)/lib/yarssr + DATADIR=$(PREFIX)/share +@@ -27,7 +27,6 @@ + @echo Copying share files to $(DESTDIR)/$(DATADIR): + @cp -Rp share/* $(DESTDIR)/$(DATADIR)/ + +- find $(DESTDIR)/$(DATADIR) -type f -exec chmod 644 "{}" \; + find $(DESTDIR)/$(LIBDIR) -type f -exec chmod 644 "{}" \; + + install -m 0644 build/locale/en/$(LC_CATEGORY)/yarssr.mo $(DESTDIR)/$(LOCALEDIR)/en/$(LC_CATEGORY)/ |