* [gentoo-commits] gentoo-x86 commit in app-portage/porticron: porticron-0.7_p20140126.ebuild ChangeLog
@ 2014-02-06 8:30 Michael Weber (xmw)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2014-02-06 8:30 UTC (permalink / raw
To: gentoo-commits
xmw 14/02/06 08:30:46
Modified: ChangeLog
Added: porticron-0.7_p20140126.ebuild
Log:
Add portage 2.2.8 patch by pinkybyte
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path
1.34 app-portage/porticron/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 11 Jan 2014 11:21:47 -0000 1.33
+++ ChangeLog 6 Feb 2014 08:30:46 -0000 1.34
@@ -1,6 +1,13 @@
# ChangeLog for app-portage/porticron
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.33 2014/01/11 11:21:47 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.34 2014/02/06 08:30:46 xmw Exp $
+
+*porticron-0.7_p20140126 (06 Feb 2014)
+
+ 06 Feb 2014; Michael Weber <xmw@gentoo.org>
+ +files/porticron-0.7_p20140126-portage-2.2.8.patch,
+ +porticron-0.7_p20140126.ebuild:
+ Add portage 2.2.8 patch by pinkybyte
*porticron-0.7_p20131113 (11 Jan 2014)
1.1 app-portage/porticron/porticron-0.7_p20140126.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild?rev=1.1&content-type=text/plain
Index: porticron-0.7_p20140126.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild,v 1.1 2014/02/06 08:30:46 xmw Exp $
EAPI="5"
inherit eutils vcs-snapshot
DESCRIPTION="cron script to sync portage and send update mails to root"
HOMEPAGE="http://github.com/hollow/porticron"
SRC_URI="https://github.com/hollow/${PN}/tarball/df727fe -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="net-dns/bind-tools"
DEPEND=""
src_prepare() {
epatch "${FILESDIR}"/${P}-portage-2.2.8.patch
}
src_install() {
dosbin bin/porticron
insinto /etc
doins etc/porticron.conf
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-portage/porticron: porticron-0.7_p20140126.ebuild ChangeLog
@ 2014-03-28 4:33 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-03-28 4:33 UTC (permalink / raw
To: gentoo-commits
jer 14/03/28 04:33:57
Modified: porticron-0.7_p20140126.ebuild ChangeLog
Log:
Stable for HPPA (bug #505148).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 app-portage/porticron/porticron-0.7_p20140126.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild?r1=1.1&r2=1.2
Index: porticron-0.7_p20140126.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- porticron-0.7_p20140126.ebuild 6 Feb 2014 08:30:46 -0000 1.1
+++ porticron-0.7_p20140126.ebuild 28 Mar 2014 04:33:57 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild,v 1.1 2014/02/06 08:30:46 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild,v 1.2 2014/03/28 04:33:57 jer Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="net-dns/bind-tools"
1.35 app-portage/porticron/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 6 Feb 2014 08:30:46 -0000 1.34
+++ ChangeLog 28 Mar 2014 04:33:57 -0000 1.35
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/porticron
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.34 2014/02/06 08:30:46 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.35 2014/03/28 04:33:57 jer Exp $
+
+ 28 Mar 2014; Jeroen Roovers <jer@gentoo.org> porticron-0.7_p20140126.ebuild:
+ Stable for HPPA (bug #505148).
*porticron-0.7_p20140126 (06 Feb 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-portage/porticron: porticron-0.7_p20140126.ebuild ChangeLog
@ 2014-04-13 16:28 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-13 16:28 UTC (permalink / raw
To: gentoo-commits
ago 14/04/13 16:28:14
Modified: porticron-0.7_p20140126.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #505148
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 app-portage/porticron/porticron-0.7_p20140126.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild?r1=1.4&r2=1.5
Index: porticron-0.7_p20140126.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- porticron-0.7_p20140126.ebuild 31 Mar 2014 07:37:00 -0000 1.4
+++ porticron-0.7_p20140126.ebuild 13 Apr 2014 16:28:14 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild,v 1.4 2014/03/31 07:37:00 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild,v 1.5 2014/04/13 16:28:14 ago Exp $
EAPI="5"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ppc ~ppc64 x86"
IUSE=""
RDEPEND="net-dns/bind-tools"
1.38 app-portage/porticron/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/porticron/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 31 Mar 2014 07:37:00 -0000 1.37
+++ ChangeLog 13 Apr 2014 16:28:14 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/porticron
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.37 2014/03/31 07:37:00 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.38 2014/04/13 16:28:14 ago Exp $
+
+ 13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> porticron-0.7_p20140126.ebuild:
+ Stable for ppc, wrt bug #505148
31 Mar 2014; Sergey Popov <pinkbyte@gentoo.org>
porticron-0.7_p20140126.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-13 16:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-28 4:33 [gentoo-commits] gentoo-x86 commit in app-portage/porticron: porticron-0.7_p20140126.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2014-04-13 16:28 Agostino Sarubbo (ago)
2014-02-06 8:30 Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox