summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-12-17 18:09:34 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-12-17 18:09:34 +0000
commitca91d3c0a1607c3a4a17bb2c3d2d9b495f312ff5 (patch)
tree14fb042fd423b47f5138ed7837388f9dbc67494b /app-misc/detox/files
parentamd64 stable (diff)
downloadhistorical-ca91d3c0a1607c3a4a17bb2c3d2d9b495f312ff5.tar.gz
historical-ca91d3c0a1607c3a4a17bb2c3d2d9b495f312ff5.tar.bz2
historical-ca91d3c0a1607c3a4a17bb2c3d2d9b495f312ff5.zip
Version bump wrt #191559 and fix bug #184548
Package-Manager: portage-2.1.4_rc10
Diffstat (limited to 'app-misc/detox/files')
-rw-r--r--app-misc/detox/files/1.1.1-install-permissions-fix.patch51
-rw-r--r--app-misc/detox/files/digest-detox-1.1.1-r23
-rw-r--r--app-misc/detox/files/digest-detox-1.2.0_rc33
3 files changed, 57 insertions, 0 deletions
diff --git a/app-misc/detox/files/1.1.1-install-permissions-fix.patch b/app-misc/detox/files/1.1.1-install-permissions-fix.patch
new file mode 100644
index 000000000000..84e306ca9d8a
--- /dev/null
+++ b/app-misc/detox/files/1.1.1-install-permissions-fix.patch
@@ -0,0 +1,51 @@
+--- Makefile.in.orig 2007-12-17 18:56:40.000000000 +0100
++++ Makefile.in 2007-12-17 18:58:25.000000000 +0100
+@@ -102,36 +102,36 @@
+ ${INSTALL} -d ${DESTDIR}${mandir}/man5
+ ${INSTALL} -d ${DESTDIR}${sysconfdir}
+ ${INSTALL} -d ${DESTDIR}${datadir}/detox
+- ${INSTALL} detox ${DESTDIR}${bindir}
+- ${INSTALL} detox.1 ${DESTDIR}${mandir}/man1
+- ${INSTALL} detoxrc.5 detox.tbl.5 ${DESTDIR}${mandir}/man5
++ ${INSTALL} -m 644 detox ${DESTDIR}${bindir}
++ ${INSTALL} -m 644 detox.1 ${DESTDIR}${mandir}/man1
++ ${INSTALL} -m 644 detoxrc.5 detox.tbl.5 ${DESTDIR}${mandir}/man5
+
+ install-safe-config:
+ @if [ ! -f ${DESTDIR}${sysconfdir}/detoxrc ]; then \
+- ${INSTALL} detoxrc ${DESTDIR}${sysconfdir}; \
++ ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}; \
+ else \
+ echo "${DESTDIR}${sysconfdir}/detoxrc exists, skipping"; \
+ fi
+ @if [ ! -f ${DESTDIR}${datadir}/detox/iso8859_1.tbl ]; then \
+- ${INSTALL} iso8859_1.tbl ${DESTDIR}${datadir}/detox; \
++ ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox; \
+ else \
+ echo "${DESTDIR}${datadir}/detox/iso8859_1.tbl exists, skipping"; \
+ fi
+ @if [ ! -f ${DESTDIR}${datadir}/detox/unicode.tbl ]; then \
+- ${INSTALL} unicode.tbl ${DESTDIR}${datadir}/detox; \
++ ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox; \
+ else \
+ echo "${DESTDIR}${datadir}/detox/unicode.tbl exists, skipping"; \
+ fi
+
+ install-unsafe-config:
+- ${INSTALL} detoxrc ${DESTDIR}${sysconfdir}
+- ${INSTALL} iso8859_1.tbl ${DESTDIR}${datadir}/detox
+- ${INSTALL} unicode.tbl ${DESTDIR}${datadir}/detox
++ ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}
++ ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox
++ ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox
+
+ install-sample-config:
+- ${INSTALL} detoxrc ${DESTDIR}${sysconfdir}/detoxrc.sample
+- ${INSTALL} iso8859_1.tbl ${DESTDIR}${datadir}/detox/iso8859_1.tbl.sample
+- ${INSTALL} unicode.tbl ${DESTDIR}${datadir}/detox/unicode.tbl.sample
++ ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}/detoxrc.sample
++ ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox/iso8859_1.tbl.sample
++ ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox/unicode.tbl.sample
+
+ clean:
+ rm -f *.o core *~ a.out *.core
diff --git a/app-misc/detox/files/digest-detox-1.1.1-r2 b/app-misc/detox/files/digest-detox-1.1.1-r2
new file mode 100644
index 000000000000..5cbaac8a9fd6
--- /dev/null
+++ b/app-misc/detox/files/digest-detox-1.1.1-r2
@@ -0,0 +1,3 @@
+MD5 1219f38e34e56186ff18b3c0aa12bb0d detox-1.1.1.tar.bz2 53871
+RMD160 030bf0795fbfe3050a72cbfb3c90cc083f637daf detox-1.1.1.tar.bz2 53871
+SHA256 2d89b73e6b745b3f09cb1ab8b0ff788c7f458905ae47b8c6fa59ee833b3da9ac detox-1.1.1.tar.bz2 53871
diff --git a/app-misc/detox/files/digest-detox-1.2.0_rc3 b/app-misc/detox/files/digest-detox-1.2.0_rc3
new file mode 100644
index 000000000000..3ce73f4060d3
--- /dev/null
+++ b/app-misc/detox/files/digest-detox-1.2.0_rc3
@@ -0,0 +1,3 @@
+MD5 4d3597dd942e8e875e3cc42851f9e112 detox-1.2.0-rc3.tar.bz2 80989
+RMD160 43bc9be23e05241dcf12d210b2f62814f72604ac detox-1.2.0-rc3.tar.bz2 80989
+SHA256 4e22c2ad0c0ccfbaa64ffb7b87d9c433a1717b5de9f830a7583583ae03a04ea6 detox-1.2.0-rc3.tar.bz2 80989