* [gentoo-commits] gentoo-x86 commit in app-admin/fifo-cronolog: fifo-cronolog-1.1.1.ebuild ChangeLog
@ 2010-10-11 21:33 Christian Ruppert (idl0r)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Ruppert (idl0r) @ 2010-10-11 21:33 UTC (permalink / raw
To: gentoo-commits
idl0r 10/10/11 21:33:03
Modified: fifo-cronolog-1.1.1.ebuild ChangeLog
Log:
Add a symlink and a warning for backward compatibility.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.2 app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild?r1=1.1&r2=1.2
Index: fifo-cronolog-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fifo-cronolog-1.1.1.ebuild 11 Oct 2010 21:23:38 -0000 1.1
+++ fifo-cronolog-1.1.1.ebuild 11 Oct 2010 21:33:03 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild,v 1.1 2010/10/11 21:23:38 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild,v 1.2 2010/10/11 21:33:03 idl0r Exp $
EAPI=3
@@ -21,4 +21,12 @@
newinitd fifo-cronolog.initd fifo-cronolog || die
newconfd fifo-cronolog.confd fifo-cronolog || die
+
+ dosym /usr/sbin/fifo-cronolog /usr/sbin/squid-cronolog || die
+}
+
+pkg_postinst() {
+ elog "Warning: app-admin/squid-cronolog has been renamed to app-admin/fifo-cronolog."
+ elog "This also applies to the binary 'squid-cronolog' but there is a symlink for now"
+ elog "Please fix your scripts/configs."
}
1.2 app-admin/fifo-cronolog/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 11 Oct 2010 21:23:38 -0000 1.1
+++ ChangeLog 11 Oct 2010 21:33:03 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/fifo-cronolog
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/ChangeLog,v 1.1 2010/10/11 21:23:38 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/ChangeLog,v 1.2 2010/10/11 21:33:03 idl0r Exp $
+
+ 11 Oct 2010; Christian Ruppert <idl0r@gentoo.org>
+ fifo-cronolog-1.1.1.ebuild:
+ Add a symlink and a warning for backward compatibility.
*fifo-cronolog-1.1.1 (11 Oct 2010)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/fifo-cronolog: fifo-cronolog-1.1.1.ebuild ChangeLog
@ 2012-12-07 19:03 Ulrich Mueller (ulm)
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-12-07 19:03 UTC (permalink / raw
To: gentoo-commits
ulm 12/12/07 19:03:17
Modified: fifo-cronolog-1.1.1.ebuild ChangeLog
Log:
Fix LICENSE, bug 444320.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Revision Changes Path
1.3 app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild?r1=1.2&r2=1.3
Index: fifo-cronolog-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fifo-cronolog-1.1.1.ebuild 11 Oct 2010 21:33:03 -0000 1.2
+++ fifo-cronolog-1.1.1.ebuild 7 Dec 2012 19:03:17 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild,v 1.2 2010/10/11 21:33:03 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild,v 1.3 2012/12/07 19:03:17 ulm Exp $
EAPI=3
@@ -8,7 +8,7 @@
HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/fifo-cronolog.git"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="as-is"
+LICENSE="BSD-2 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
1.3 app-admin/fifo-cronolog/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 11 Oct 2010 21:33:03 -0000 1.2
+++ ChangeLog 7 Dec 2012 19:03:17 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/fifo-cronolog
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/ChangeLog,v 1.2 2010/10/11 21:33:03 idl0r Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/ChangeLog,v 1.3 2012/12/07 19:03:17 ulm Exp $
+
+ 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> fifo-cronolog-1.1.1.ebuild:
+ Fix LICENSE, bug 444320.
11 Oct 2010; Christian Ruppert <idl0r@gentoo.org>
fifo-cronolog-1.1.1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/fifo-cronolog: fifo-cronolog-1.1.1.ebuild ChangeLog
@ 2015-04-25 16:24 Mike Gilbert (floppym)
0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2015-04-25 16:24 UTC (permalink / raw
To: gentoo-commits
floppym 15/04/25 16:24:10
Modified: fifo-cronolog-1.1.1.ebuild ChangeLog
Log:
Replace links pointing at git.overlays.gentoo.org.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.4 app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild?r1=1.3&r2=1.4
Index: fifo-cronolog-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fifo-cronolog-1.1.1.ebuild 7 Dec 2012 19:03:17 -0000 1.3
+++ fifo-cronolog-1.1.1.ebuild 25 Apr 2015 16:24:10 -0000 1.4
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild,v 1.3 2012/12/07 19:03:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild,v 1.4 2015/04/25 16:24:10 floppym Exp $
EAPI=3
DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish and so on"
-HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/fifo-cronolog.git"
+HOMEPAGE="http://cgit.gentoo.org/proj/fifo-cronolog.git"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2"
1.4 app-admin/fifo-cronolog/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fifo-cronolog/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 7 Dec 2012 19:03:17 -0000 1.3
+++ ChangeLog 25 Apr 2015 16:24:10 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/fifo-cronolog
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/ChangeLog,v 1.3 2012/12/07 19:03:17 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fifo-cronolog/ChangeLog,v 1.4 2015/04/25 16:24:10 floppym Exp $
+
+ 25 Apr 2015; Mike Gilbert <floppym@gentoo.org> fifo-cronolog-1.1.1.ebuild:
+ Replace links pointing at git.overlays.gentoo.org.
07 Dec 2012; Ulrich Müller <ulm@gentoo.org> fifo-cronolog-1.1.1.ebuild:
Fix LICENSE, bug 444320.
@@ -20,4 +23,3 @@
09 May 2010; Christian Ruppert <idl0r@gentoo.org>
+squid-cronolog-1.1.ebuild, +metadata.xml:
Initial import of squid-cronolog.
-
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-25 16:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-11 21:33 [gentoo-commits] gentoo-x86 commit in app-admin/fifo-cronolog: fifo-cronolog-1.1.1.ebuild ChangeLog Christian Ruppert (idl0r)
-- strict thread matches above, loose matches on Subject: below --
2012-12-07 19:03 Ulrich Mueller (ulm)
2015-04-25 16:24 Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox