public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/regex-markup: ChangeLog regex-markup-0.10.0.ebuild
@ 2008-05-11 14:00 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2008-05-11 14:00 UTC (permalink / raw
  To: gentoo-commits

maekke      08/05/11 14:00:01

  Modified:             ChangeLog regex-markup-0.10.0.ebuild
  Log:
  quotes, fix USE=examples, amd64 stable (bug #214940)
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.13                 app-misc/regex-markup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/regex-markup/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/regex-markup/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/regex-markup/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/regex-markup/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	21 Apr 2008 16:57:56 -0000	1.12
+++ ChangeLog	11 May 2008 14:00:00 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/regex-markup
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/ChangeLog,v 1.12 2008/04/21 16:57:56 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/ChangeLog,v 1.13 2008/05/11 14:00:00 maekke Exp $
+
+  11 May 2008; Markus Meier <maekke@gentoo.org> regex-markup-0.10.0.ebuild:
+  quotes, fix USE=examples, amd64 stable (bug #214940)
 
   21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
   Fix up metadata.xml. If there's no maintainer for the package, the metadata



1.3                  app-misc/regex-markup/regex-markup-0.10.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild?r1=1.2&r2=1.3

Index: regex-markup-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- regex-markup-0.10.0.ebuild	28 Mar 2008 16:00:34 -0000	1.2
+++ regex-markup-0.10.0.ebuild	11 May 2008 14:00:00 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild,v 1.2 2008/03/28 16:00:34 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild,v 1.3 2008/05/11 14:00:00 maekke Exp $
 
 DESCRIPTION="A tool to color syslog files as well"
 HOMEPAGE="http://www.nongnu.org/regex-markup/"
@@ -8,15 +8,17 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="examples"
 
 DEPEND=""
 
 src_install() {
-	make DESTDIR=${D} install || die "make install failed"
+	make DESTDIR="${D}" install || die "make install failed"
 	if use examples; then
-		make -f examples/Makefile
+		cd examples
+		make -f Makefile
+		cd ..
 	fi
 	dodoc AUTHORS ChangeLog NEWS README TODO
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/regex-markup: ChangeLog regex-markup-0.10.0.ebuild
@ 2012-06-20 12:23 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-06-20 12:23 UTC (permalink / raw
  To: gentoo-commits

jlec        12/06/20 12:23:18

  Modified:             ChangeLog regex-markup-0.10.0.ebuild
  Log:
  app-misc/regex-markup: Fix missing declerations, #240044; bump EAPI=4; add missing configure options
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 app-misc/regex-markup/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/regex-markup/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/regex-markup/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/regex-markup/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/regex-markup/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	11 May 2008 14:01:15 -0000	1.14
+++ ChangeLog	20 Jun 2012 12:23:18 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/regex-markup
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/ChangeLog,v 1.14 2008/05/11 14:01:15 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/ChangeLog,v 1.15 2012/06/20 12:23:18 jlec Exp $
+
+  20 Jun 2012; Justin Lecher <jlec@gentoo.org> regex-markup-0.10.0.ebuild,
+  +files/regex-markup-0.10.0-locale.patch:
+  Fix missing declerations, #240044; bump EAPI=4; add missing configure options
 
   11 May 2008; Markus Meier <maekke@gentoo.org> -regex-markup-0.9.0.ebuild:
   old



1.4                  app-misc/regex-markup/regex-markup-0.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild?r1=1.3&r2=1.4

Index: regex-markup-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- regex-markup-0.10.0.ebuild	11 May 2008 14:00:00 -0000	1.3
+++ regex-markup-0.10.0.ebuild	20 Jun 2012 12:23:18 -0000	1.4
@@ -1,6 +1,10 @@
-# 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-misc/regex-markup/regex-markup-0.10.0.ebuild,v 1.3 2008/05/11 14:00:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/regex-markup-0.10.0.ebuild,v 1.4 2012/06/20 12:23:18 jlec Exp $
+
+EAPI=4
+
+inherit eutils
 
 DESCRIPTION="A tool to color syslog files as well"
 HOMEPAGE="http://www.nongnu.org/regex-markup/"
@@ -9,16 +13,22 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="examples"
+IUSE="examples nls"
 
-DEPEND=""
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-locale.patch
+}
+
+src_configure() {
+	econf \
+		--enable-largefile \
+		$(use_enable nls)
+}
 
 src_install() {
-	make DESTDIR="${D}" install || die "make install failed"
+	default
 	if use examples; then
 		cd examples
-		make -f Makefile
-		cd ..
+		emake -f Makefile
 	fi
-	dodoc AUTHORS ChangeLog NEWS README TODO
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-20 12:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-11 14:00 [gentoo-commits] gentoo-x86 commit in app-misc/regex-markup: ChangeLog regex-markup-0.10.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-20 12:23 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox