summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-01-27 10:58:31 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-01-27 10:58:31 +0000
commit662e0161bb535e9d1aa908b581269cd26c15f901 (patch)
treef9a3f41c17ab23ee83a2fbc35e5299177e6ad8f2 /app-misc/regex-markup
parentrip out -Wl,--gc-sections since we use static binaries (diff)
downloadgentoo-2-662e0161bb535e9d1aa908b581269cd26c15f901.tar.gz
gentoo-2-662e0161bb535e9d1aa908b581269cd26c15f901.tar.bz2
gentoo-2-662e0161bb535e9d1aa908b581269cd26c15f901.zip
Bump to version 0.10.0; thanks to Michael Vogt
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'app-misc/regex-markup')
-rw-r--r--app-misc/regex-markup/ChangeLog10
-rw-r--r--app-misc/regex-markup/files/digest-regex-markup-0.10.03
-rw-r--r--app-misc/regex-markup/regex-markup-0.10.0.ebuild22
3 files changed, 33 insertions, 2 deletions
diff --git a/app-misc/regex-markup/ChangeLog b/app-misc/regex-markup/ChangeLog
index 9cef909daaa3..5edf73866d53 100644
--- a/app-misc/regex-markup/ChangeLog
+++ b/app-misc/regex-markup/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/regex-markup
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/ChangeLog,v 1.8 2006/01/09 16:45:53 kloeri Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/ChangeLog,v 1.9 2007/01/27 10:58:31 masterdriverz Exp $
+
+*regex-markup-0.10.0 (27 Jan 2007)
+
+ 27 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org>
+ +regex-markup-0.10.0.ebuild:
+ Bump to version 0.10.0; thanks to Michael Vogt
09 Jan 2006; Bryan Østergaard <kloeri@gentoo.org metadata.xml:
Remove retired dev from metadata.xml
diff --git a/app-misc/regex-markup/files/digest-regex-markup-0.10.0 b/app-misc/regex-markup/files/digest-regex-markup-0.10.0
new file mode 100644
index 000000000000..57ce2fa17ff7
--- /dev/null
+++ b/app-misc/regex-markup/files/digest-regex-markup-0.10.0
@@ -0,0 +1,3 @@
+MD5 47f9df1cd3865d20aecd6d73e7a7518d regex-markup-0.10.0.tar.gz 424480
+RMD160 ca9501cb7b1e7973e9d17bfaee33d49b674bdc61 regex-markup-0.10.0.tar.gz 424480
+SHA256 879f0af7622c1eb2d1b7c5f7d0ec53ea96fd48b05bc4f4c17542a2ea17fafba5 regex-markup-0.10.0.tar.gz 424480
diff --git a/app-misc/regex-markup/regex-markup-0.10.0.ebuild b/app-misc/regex-markup/regex-markup-0.10.0.ebuild
new file mode 100644
index 000000000000..3bff4e7078f4
--- /dev/null
+++ b/app-misc/regex-markup/regex-markup-0.10.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 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.1 2007/01/27 10:58:31 masterdriverz Exp $
+
+DESCRIPTION="A tool to color syslog files as well"
+HOMEPAGE="http://www.nongnu.org/regex-markup/"
+SRC_URI="http://savannah.nongnu.org/download/regex-markup/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE="examples"
+
+DEPEND=""
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ if use examples; then
+ make -f examples/Makefile
+ fi
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}