* [gentoo-commits] gentoo-x86 commit in sys-apps/paludis/files: paludis-0.26.0_alpha4-news_test.patch
@ 2007-12-10 19:39 Piotr Jaroszynski (peper)
0 siblings, 0 replies; 4+ messages in thread
From: Piotr Jaroszynski (peper) @ 2007-12-10 19:39 UTC (permalink / raw
To: gentoo-commits
peper 07/12/10 19:39:18
Added: paludis-0.26.0_alpha4-news_test.patch
Log:
Add patch fixing news test.
(Portage version: 2.1.4_rc9)
Revision Changes Path
1.1 sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?rev=1.1&content-type=text/plain
Index: paludis-0.26.0_alpha4-news_test.patch
===================================================================
diff --git a/hooks/news_TEST_setup.sh b/hooks/news_TEST_setup.sh
index ceccb99..c895b1c 100755
--- a/hooks/news_TEST_setup.sh
+++ b/hooks/news_TEST_setup.sh
@@ -32,14 +32,14 @@ names_cache = /var/empty
profiles = \${location}/profiles/testprofile
END
-mkdir -p var/lib/paludis/news
-cat <<END > var/lib/paludis/news/news-one.read
+mkdir -p var/lib/gentoo/news
+cat <<END > var/lib/gentoo/news/news-one.read
END
-cat <<END > var/lib/paludis/news/news-one.unread
+cat <<END > var/lib/gentoo/news/news-one.unread
END
-cat <<END > var/lib/paludis/news/news-two.read
+cat <<END > var/lib/gentoo/news/news-two.read
END
-cat <<END > var/lib/paludis/news/news-two.unread
+cat <<END > var/lib/gentoo/news/news-two.unread
monkey
END
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/paludis/files: paludis-0.26.0_alpha4-news_test.patch
@ 2007-12-13 20:42 Piotr Jaroszynski (peper)
0 siblings, 0 replies; 4+ messages in thread
From: Piotr Jaroszynski (peper) @ 2007-12-13 20:42 UTC (permalink / raw
To: gentoo-commits
peper 07/12/13 20:42:35
Modified: paludis-0.26.0_alpha4-news_test.patch
Log:
Better news patch.
(Portage version: 2.1.4_rc9)
Revision Changes Path
1.2 sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?r1=1.1&r2=1.2
Index: paludis-0.26.0_alpha4-news_test.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paludis-0.26.0_alpha4-news_test.patch 10 Dec 2007 19:39:16 -0000 1.1
+++ paludis-0.26.0_alpha4-news_test.patch 13 Dec 2007 20:42:35 -0000 1.2
@@ -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
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/paludis/files: paludis-0.26.0_alpha4-news_test.patch
@ 2007-12-30 18:13 Piotr Jaroszynski (peper)
0 siblings, 0 replies; 4+ messages in thread
From: Piotr Jaroszynski (peper) @ 2007-12-30 18:13 UTC (permalink / raw
To: gentoo-commits
peper 07/12/30 18:13:47
Modified: paludis-0.26.0_alpha4-news_test.patch
Log:
Fix news patch and eselect-news dep.
(Portage version: 2.1.4_rc11)
Revision Changes Path
1.3 sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?r1=1.2&r2=1.3
Index: paludis-0.26.0_alpha4-news_test.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- paludis-0.26.0_alpha4-news_test.patch 13 Dec 2007 20:42:35 -0000 1.2
+++ paludis-0.26.0_alpha4-news_test.patch 30 Dec 2007 18:13:46 -0000 1.3
@@ -1,16 +1,3 @@
-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
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/paludis/files: paludis-0.26.0_alpha4-news_test.patch
@ 2008-01-01 18:53 Piotr Jaroszynski (peper)
0 siblings, 0 replies; 4+ messages in thread
From: Piotr Jaroszynski (peper) @ 2008-01-01 18:53 UTC (permalink / raw
To: gentoo-commits
peper 08/01/01 18:53:28
Modified: paludis-0.26.0_alpha4-news_test.patch
Log:
Use new eselect-news for 0.26.0_alpha4 and the old one for the rest.
(Portage version: 2.1.4_rc14)
Revision Changes Path
1.4 sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch?r1=1.3&r2=1.4
Index: paludis-0.26.0_alpha4-news_test.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/files/paludis-0.26.0_alpha4-news_test.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- paludis-0.26.0_alpha4-news_test.patch 30 Dec 2007 18:13:46 -0000 1.3
+++ paludis-0.26.0_alpha4-news_test.patch 1 Jan 2008 18:53:28 -0000 1.4
@@ -1,3 +1,17 @@
+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
@@ -22,3 +36,19 @@
monkey
END
+diff --git a/paludis/repositories/e/e_repository_news.cc b/paludis/repositories/e/e_repository_news.cc
+index 9ebd737..6b25a74 100644
+--- a/paludis/repositories/e/e_repository_news.cc
++++ b/paludis/repositories/e/e_repository_news.cc
+@@ -67,9 +67,9 @@ namespace paludis
+ environment(e),
+ e_repository(p),
+ params(k),
+- skip_file(e->root() / "var" / "lib" / "paludis" / "news" /
++ skip_file(e->root() / "var" / "lib" / "gentoo" / "news" /
+ ("news-" + stringify(e_repository->name()) + ".skip")),
+- unread_file(e->root() / "var" / "lib" / "paludis" / "news" /
++ unread_file(e->root() / "var" / "lib" / "gentoo" / "news" /
+ ("news-" + stringify(e_repository->name()) + ".unread"))
+ {
+ }
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-01-01 18:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-30 18:13 [gentoo-commits] gentoo-x86 commit in sys-apps/paludis/files: paludis-0.26.0_alpha4-news_test.patch Piotr Jaroszynski (peper)
-- strict thread matches above, loose matches on Subject: below --
2008-01-01 18:53 Piotr Jaroszynski (peper)
2007-12-13 20:42 Piotr Jaroszynski (peper)
2007-12-10 19:39 Piotr Jaroszynski (peper)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox