diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-11-08 14:07:18 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-11-08 14:07:18 +0000 |
commit | 765a272ea15b7157dc991b2b103b4eab6c97a9b1 (patch) | |
tree | adb993007d001f4b6eadedd006a5fc0d5996edae /x11-misc/xsnap/files | |
parent | YARC (diff) | |
download | gentoo-2-765a272ea15b7157dc991b2b103b4eab6c97a9b1.tar.gz gentoo-2-765a272ea15b7157dc991b2b103b4eab6c97a9b1.tar.bz2 gentoo-2-765a272ea15b7157dc991b2b103b4eab6c97a9b1.zip |
Version bump.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'x11-misc/xsnap/files')
-rw-r--r-- | x11-misc/xsnap/files/digest-xsnap-1.4.4 | 3 | ||||
-rw-r--r-- | x11-misc/xsnap/files/digest-xsnap-1.5.1 | 3 | ||||
-rw-r--r-- | x11-misc/xsnap/files/xsnap-1.5.1-po_Makefile.patch | 13 |
3 files changed, 19 insertions, 0 deletions
diff --git a/x11-misc/xsnap/files/digest-xsnap-1.4.4 b/x11-misc/xsnap/files/digest-xsnap-1.4.4 new file mode 100644 index 000000000000..86f190dccdd7 --- /dev/null +++ b/x11-misc/xsnap/files/digest-xsnap-1.4.4 @@ -0,0 +1,3 @@ +MD5 af4c4701917506bbe61aa6fb6d053c3c xsnap-1.4.4.tar.bz2 30793 +RMD160 6504d09625726de477338ad40ecf4652c8e59f6b xsnap-1.4.4.tar.bz2 30793 +SHA256 8d1a72973b2c9c2593d70275dcbb81089bc20de22a2d3cf0af1e37d34e3f1faa xsnap-1.4.4.tar.bz2 30793 diff --git a/x11-misc/xsnap/files/digest-xsnap-1.5.1 b/x11-misc/xsnap/files/digest-xsnap-1.5.1 new file mode 100644 index 000000000000..c9f538027838 --- /dev/null +++ b/x11-misc/xsnap/files/digest-xsnap-1.5.1 @@ -0,0 +1,3 @@ +MD5 d55d89d32e91fd67b9a7d01a57fcb096 xsnap-1.5.1.tar.bz2 45185 +RMD160 cd292da19ccc3ea1bef17e6191ee1b44b93009b3 xsnap-1.5.1.tar.bz2 45185 +SHA256 cd258ada5198821e0a5d3d7bd23b81e0265f07473a3fdfb22486abd5011e86d4 xsnap-1.5.1.tar.bz2 45185 diff --git a/x11-misc/xsnap/files/xsnap-1.5.1-po_Makefile.patch b/x11-misc/xsnap/files/xsnap-1.5.1-po_Makefile.patch new file mode 100644 index 000000000000..c143efeae1e1 --- /dev/null +++ b/x11-misc/xsnap/files/xsnap-1.5.1-po_Makefile.patch @@ -0,0 +1,13 @@ +diff -ru xsnap-1.5.1.vanilla/po/Makefile xsnap-1.5.1/po/Makefile +--- xsnap-1.5.1.vanilla/po/Makefile 2006-11-07 07:58:59.000000000 +0100 ++++ xsnap-1.5.1/po/Makefile 2006-11-08 15:01:17.000000000 +0100 +@@ -7,7 +7,8 @@ + install: + for cat in $(CATALOGS) ; do msgfmt -o $$cat.mo -v $$cat.po ; done + for cat in $(CATALOGS) ; do \ +- cp -f $$cat.mo $(LOCALEDIR)/$$cat/LC_MESSAGES/xsnap.mo ; done ++ mkdir -p $(DESTDIR)/$(LOCALEDIR)/$$cat/LC_MESSAGES; \ ++ cp -f $$cat.mo $(DESTDIR)/$(LOCALEDIR)/$$cat/LC_MESSAGES/xsnap.mo ; done + + clean: + rm -f core *~ *.mo |