summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-18 10:29:09 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-18 10:29:09 +0000
commit2387b9bfcd24bdae6ca9776db837354577c36e50 (patch)
tree58edf6f9edf4150b781ad31ff290acaac4eb8821 /x11-libs/gtkscintilla2
parentVersion bump (diff)
downloadhistorical-2387b9bfcd24bdae6ca9776db837354577c36e50.tar.gz
historical-2387b9bfcd24bdae6ca9776db837354577c36e50.tar.bz2
historical-2387b9bfcd24bdae6ca9776db837354577c36e50.zip
remove redundant version sed'ing
Diffstat (limited to 'x11-libs/gtkscintilla2')
-rw-r--r--x11-libs/gtkscintilla2/Manifest2
-rw-r--r--x11-libs/gtkscintilla2/gtkscintilla2-0.1.0.ebuild5
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-libs/gtkscintilla2/Manifest b/x11-libs/gtkscintilla2/Manifest
index 0e186992b07d..e2a813e48325 100644
--- a/x11-libs/gtkscintilla2/Manifest
+++ b/x11-libs/gtkscintilla2/Manifest
@@ -1,6 +1,6 @@
MD5 b7f706e566d2ad427913dfc2a9e48cd7 ChangeLog 1005
MD5 0e83f40e31445d895ecd78c2d8d150c6 gtkscintilla2-0.0.8.ebuild 1137
-MD5 2eb0f7d9ecde261766feaaf65177d360 gtkscintilla2-0.1.0.ebuild 1149
+MD5 e900c7d6e25c8ea1b7900b593fc15119 gtkscintilla2-0.1.0.ebuild 1116
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 f29bb40add3aa939317a482a5351a3fd files/digest-gtkscintilla2-0.0.8 71
MD5 dc9e42bf3ab4148baffc1e474a266416 files/digest-gtkscintilla2-0.1.0 71
diff --git a/x11-libs/gtkscintilla2/gtkscintilla2-0.1.0.ebuild b/x11-libs/gtkscintilla2/gtkscintilla2-0.1.0.ebuild
index 4c9f560d622d..b2fff97ceb61 100644
--- a/x11-libs/gtkscintilla2/gtkscintilla2-0.1.0.ebuild
+++ b/x11-libs/gtkscintilla2/gtkscintilla2-0.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkscintilla2/gtkscintilla2-0.1.0.ebuild,v 1.1 2004/02/18 10:25:48 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkscintilla2/gtkscintilla2-0.1.0.ebuild,v 1.2 2004/02/18 10:29:09 liquidx Exp $
MY_P="GtkScintilla2-${PV}"
DESCRIPTION="Gtk-2 wrappers for the Scintilla source editing components."
@@ -28,8 +28,7 @@ src_unpack() {
# some quick touches to the Makefile, bump the version
# and make use of our CFLAGS
cp Makefile Makefile.orig
- sed -e "/VERSION/s/0.0.3/${PV}/" \
- -e "/CFLAGS/s/-g/${CFLAGS} -fPIC/" < Makefile.orig > Makefile
+ sed -e "/CFLAGS/s/-g/${CFLAGS} -fPIC/" < Makefile.orig > Makefile
# and again, in the scintilla part
cd ${S}/scintilla/gtk