* [gentoo-commits] gentoo-x86 commit in net-mail/mswatch: mswatch-1.2.0.ebuild ChangeLog
@ 2011-11-27 3:35 Tim Harder (radhermit)
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2011-11-27 3:35 UTC (permalink / raw
To: gentoo-commits
radhermit 11/11/27 03:35:47
Modified: mswatch-1.2.0.ebuild ChangeLog
Log:
Build in the source tree.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Revision Changes Path
1.2 net-mail/mswatch/mswatch-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild?r1=1.1&r2=1.2
Index: mswatch-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mswatch-1.2.0.ebuild 17 Oct 2011 18:54:06 -0000 1.1
+++ mswatch-1.2.0.ebuild 27 Nov 2011 03:35:47 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.1 2011/10/17 18:54:06 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.2 2011/11/27 03:35:47 radhermit Exp $
EAPI="4"
@@ -22,6 +22,8 @@
CONFIG_CHECK="~INOTIFY_USER"
ERROR_INOTIFY_USER="${P} requires in-kernel inotify support."
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
src_configure() {
econf \
--with-notify=inotify \
1.2 net-mail/mswatch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 17 Oct 2011 18:54:06 -0000 1.1
+++ ChangeLog 27 Nov 2011 03:35:47 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/mswatch
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.1 2011/10/17 18:54:06 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.2 2011/11/27 03:35:47 radhermit Exp $
+
+ 27 Nov 2011; Tim Harder <radhermit@gentoo.org> mswatch-1.2.0.ebuild:
+ Build in the source tree.
*mswatch-1.2.0 (17 Oct 2011)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/mswatch: mswatch-1.2.0.ebuild ChangeLog
@ 2011-11-28 2:30 Tim Harder (radhermit)
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2011-11-28 2:30 UTC (permalink / raw
To: gentoo-commits
radhermit 11/11/28 02:30:44
Modified: mswatch-1.2.0.ebuild ChangeLog
Log:
Fix autotools-utils usage (bug #392169).
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Revision Changes Path
1.3 net-mail/mswatch/mswatch-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild?r1=1.2&r2=1.3
Index: mswatch-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mswatch-1.2.0.ebuild 27 Nov 2011 03:35:47 -0000 1.2
+++ mswatch-1.2.0.ebuild 28 Nov 2011 02:30:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.2 2011/11/27 03:35:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.3 2011/11/28 02:30:44 radhermit Exp $
EAPI="4"
@@ -22,15 +22,11 @@
CONFIG_CHECK="~INOTIFY_USER"
ERROR_INOTIFY_USER="${P} requires in-kernel inotify support."
-AUTOTOOLS_IN_SOURCE_BUILD=1
+DOCS=( AUTHORS NEWS README THANKS TODO )
src_configure() {
- econf \
- --with-notify=inotify \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- remove_libtool_files
+ local myeconfargs=(
+ --with-notify=inotify
+ )
+ autotools-utils_src_configure
}
1.3 net-mail/mswatch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 27 Nov 2011 03:35:47 -0000 1.2
+++ ChangeLog 28 Nov 2011 02:30:44 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/mswatch
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.2 2011/11/27 03:35:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.3 2011/11/28 02:30:44 radhermit Exp $
+
+ 28 Nov 2011; Tim Harder <radhermit@gentoo.org> mswatch-1.2.0.ebuild:
+ Fix autotools-utils usage (bug #392169).
27 Nov 2011; Tim Harder <radhermit@gentoo.org> mswatch-1.2.0.ebuild:
Build in the source tree.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/mswatch: mswatch-1.2.0.ebuild ChangeLog
@ 2012-05-03 4:18 Jeff Horelick (jdhore)
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-03 4:18 UTC (permalink / raw
To: gentoo-commits
jdhore 12/05/03 04:18:37
Modified: mswatch-1.2.0.ebuild ChangeLog
Log:
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Revision Changes Path
1.4 net-mail/mswatch/mswatch-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild?r1=1.3&r2=1.4
Index: mswatch-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mswatch-1.2.0.ebuild 28 Nov 2011 02:30:44 -0000 1.3
+++ mswatch-1.2.0.ebuild 3 May 2012 04:18:37 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.3 2011/11/28 02:30:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.4 2012/05/03 04:18:37 jdhore Exp $
EAPI="4"
@@ -17,7 +17,7 @@
RDEPEND=">=dev-libs/glib-2.6:2"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
CONFIG_CHECK="~INOTIFY_USER"
ERROR_INOTIFY_USER="${P} requires in-kernel inotify support."
1.4 net-mail/mswatch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mswatch/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 28 Nov 2011 02:30:44 -0000 1.3
+++ ChangeLog 3 May 2012 04:18:37 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/mswatch
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.3 2011/11/28 02:30:44 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.4 2012/05/03 04:18:37 jdhore Exp $
+
+ 03 May 2012; Jeff Horelick <jdhore@gentoo.org> mswatch-1.2.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
28 Nov 2011; Tim Harder <radhermit@gentoo.org> mswatch-1.2.0.ebuild:
Fix autotools-utils usage (bug #392169).
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-03 4:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 2:30 [gentoo-commits] gentoo-x86 commit in net-mail/mswatch: mswatch-1.2.0.ebuild ChangeLog Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2012-05-03 4:18 Jeff Horelick (jdhore)
2011-11-27 3:35 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox