* [gentoo-commits] gentoo-x86 commit in app-admin/multilog-watch: multilog-watch-1.12.ebuild ChangeLog
@ 2008-01-25 23:34 Thilo Bangert (bangert)
0 siblings, 0 replies; 2+ messages in thread
From: Thilo Bangert (bangert) @ 2008-01-25 23:34 UTC (permalink / raw
To: gentoo-commits
bangert 08/01/25 23:34:04
Modified: multilog-watch-1.12.ebuild ChangeLog
Log:
fix quoting, die on dobin
(Portage version: 2.1.3.19)
Revision Changes Path
1.2 app-admin/multilog-watch/multilog-watch-1.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild?r1=1.1&r2=1.2
Index: multilog-watch-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- multilog-watch-1.12.ebuild 30 May 2006 20:55:35 -0000 1.1
+++ multilog-watch-1.12.ebuild 25 Jan 2008 23:34:04 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild,v 1.1 2006/05/30 20:55:35 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild,v 1.2 2008/01/25 23:34:04 bangert Exp $
inherit eutils
DESCRIPTION="Watches a multilog file for irregularities"
@@ -18,13 +18,13 @@
virtual/qmail"
src_unpack() {
- mkdir ${S}
- cp ${DISTDIR}/multilog-watch ${S}
- cp ${DISTDIR}/sample.filter ${S}
+ mkdir "${S}"
+ cp "${DISTDIR}"/multilog-watch "${S}"
+ cp "${DISTDIR}"/sample.filter "${S}"
}
src_compile() {
- cp multilog-watch multilog-watch.orig
+ mv multilog-watch multilog-watch.orig
sed -e 's/\/etc\/leland/\/etc\/multilog-watch/' multilog-watch.orig > multilog-watch
/usr/bin/pod2man -s 1 multilog-watch multilog-watch.1
}
@@ -34,6 +34,6 @@
insinto /etc/multilog-watch
doins sample.filter
- dobin multilog-watch
+ dobin multilog-watch || die 'install failed'
doman multilog-watch.1
}
1.3 app-admin/multilog-watch/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/multilog-watch/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/multilog-watch/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/multilog-watch/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 9 Feb 2007 07:08:47 -0000 1.2
+++ ChangeLog 25 Jan 2008 23:34:04 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/multilog-watch
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/ChangeLog,v 1.2 2007/02/09 07:08:47 flameeyes Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/ChangeLog,v 1.3 2008/01/25 23:34:04 bangert Exp $
+
+ 25 Jan 2008; Thilo Bangert <bangert@gentoo.org>
+ multilog-watch-1.12.ebuild:
+ fix quoting, die on dobin
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/multilog-watch: multilog-watch-1.12.ebuild ChangeLog
@ 2012-10-19 19:29 Agostino Sarubbo (ago)
0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-19 19:29 UTC (permalink / raw
To: gentoo-commits
ago 12/10/19 19:29:06
Modified: multilog-watch-1.12.ebuild ChangeLog
Log:
Add ~amd64, wrt to bug #438924
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.3 app-admin/multilog-watch/multilog-watch-1.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild?r1=1.2&r2=1.3
Index: multilog-watch-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- multilog-watch-1.12.ebuild 25 Jan 2008 23:34:04 -0000 1.2
+++ multilog-watch-1.12.ebuild 19 Oct 2012 19:29:06 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/multilog-watch/multilog-watch-1.12.ebuild,v 1.2 2008/01/25 23:34:04 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/multilog-watch-1.12.ebuild,v 1.3 2012/10/19 19:29:06 ago Exp $
inherit eutils
DESCRIPTION="Watches a multilog file for irregularities"
@@ -11,7 +11,7 @@
LICENSE="Artistic GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-lang/perl
1.5 app-admin/multilog-watch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/multilog-watch/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/multilog-watch/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/multilog-watch/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 20 Jul 2011 17:08:33 -0000 1.4
+++ ChangeLog 19 Oct 2012 19:29:06 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/multilog-watch
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/ChangeLog,v 1.4 2011/07/20 17:08:33 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/multilog-watch/ChangeLog,v 1.5 2012/10/19 19:29:06 ago Exp $
+
+ 19 Oct 2012; Agostino Sarubbo <ago@gentoo.org> multilog-watch-1.12.ebuild:
+ Add ~amd64, wrt to bug #438924
20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #118937
@@ -21,4 +24,3 @@
+multilog-watch-1.12.ebuild:
initial import - this is multilog watch
it watches a multilog file for irregularities
-
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-19 19:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-25 23:34 [gentoo-commits] gentoo-x86 commit in app-admin/multilog-watch: multilog-watch-1.12.ebuild ChangeLog Thilo Bangert (bangert)
-- strict thread matches above, loose matches on Subject: below --
2012-10-19 19:29 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox