diff options
author | 2007-12-13 20:42:35 +0000 | |
---|---|---|
committer | 2007-12-13 20:42:35 +0000 | |
commit | 5774b218f29bb30c507db1a13b7dfddf4ae699d0 (patch) | |
tree | 93b42fddca6645c71a6b7323ec5dc120a86dd2ff | |
parent | Stable. It has been in testing for the last 4 months. We need it stable to av... (diff) | |
download | gentoo-2-5774b218f29bb30c507db1a13b7dfddf4ae699d0.tar.gz gentoo-2-5774b218f29bb30c507db1a13b7dfddf4ae699d0.tar.bz2 gentoo-2-5774b218f29bb30c507db1a13b7dfddf4ae699d0.zip |
Better news patch.
(Portage version: 2.1.4_rc9)
-rw-r--r-- | sys-apps/paludis/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch | 13 |
2 files changed, 18 insertions, 1 deletions
diff --git a/sys-apps/paludis/ChangeLog b/sys-apps/paludis/ChangeLog index 8d156e15f094..6bc68f3f0833 100644 --- a/sys-apps/paludis/ChangeLog +++ b/sys-apps/paludis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/paludis # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.72 2007/12/10 19:39:13 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.73 2007/12/13 20:42:34 peper Exp $ + + 13 Dec 2007; Piotr Jaroszyński <peper@gentoo.org> + files/paludis-0.26.0_alpha4-news_test.patch: + Better news patch. 10 Dec 2007; Piotr Jaroszyński <peper@gentoo.org> +files/paludis-0.26.0_alpha4-news_test.patch, diff --git a/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch b/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch index 4bc13a1f8a94..66185b955cd6 100644 --- a/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch +++ b/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch @@ -1,3 +1,16 @@ +diff --git a/hooks/Makefile.am.m4 b/hooks/Makefile.am.m4 +index 5c46d22..a32565a 100644 +--- a/hooks/Makefile.am.m4 ++++ b/hooks/Makefile.am.m4 +@@ -7,7 +7,7 @@ MAINTAINERCLEANFILES = Makefile.in Makefile.am + CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda .keep + SUBDIRS = . demos + +-installvarlibpaludisnewsdir = $(localstatedir)/paludis/news ++installvarlibpaludisnewsdir = $(localstatedir)/gentoo/news + + installhookcommonprogdir = $(libexecdir)/paludis/hooks/common + installhookinstallallpostdir = $(libexecdir)/paludis/hooks/install_all_post diff --git a/hooks/news_TEST_setup.sh b/hooks/news_TEST_setup.sh index ceccb99..c895b1c 100755 --- a/hooks/news_TEST_setup.sh |