* [gentoo-commits] gentoo-x86 commit in app-misc/detox/files: 1.1.1-install-permissions-fix.patch digest-detox-1.2.0_rc3 digest-detox-1.1.1-r2
@ 2007-12-17 18:09 Raul Porcel (armin76)
0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2007-12-17 18:09 UTC (permalink / raw
To: gentoo-commits
armin76 07/12/17 18:09:35
Added: 1.1.1-install-permissions-fix.patch
digest-detox-1.2.0_rc3 digest-detox-1.1.1-r2
Log:
Version bump wrt #191559 and fix bug #184548
(Portage version: 2.1.4_rc10)
Revision Changes Path
1.1 app-misc/detox/files/1.1.1-install-permissions-fix.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/detox/files/1.1.1-install-permissions-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/detox/files/1.1.1-install-permissions-fix.patch?rev=1.1&content-type=text/plain
Index: 1.1.1-install-permissions-fix.patch
===================================================================
--- 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
1.1 app-misc/detox/files/digest-detox-1.2.0_rc3
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/detox/files/digest-detox-1.2.0_rc3?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/detox/files/digest-detox-1.2.0_rc3?rev=1.1&content-type=text/plain
Index: digest-detox-1.2.0_rc3
===================================================================
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
1.1 app-misc/detox/files/digest-detox-1.1.1-r2
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/detox/files/digest-detox-1.1.1-r2?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/detox/files/digest-detox-1.1.1-r2?rev=1.1&content-type=text/plain
Index: digest-detox-1.1.1-r2
===================================================================
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
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-17 18:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 18:09 [gentoo-commits] gentoo-x86 commit in app-misc/detox/files: 1.1.1-install-permissions-fix.patch digest-detox-1.2.0_rc3 digest-detox-1.1.1-r2 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox