summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 00:24:03 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 00:24:03 +0000
commit9b5fc27743d0f914f049b5abbd424a68fa496560 (patch)
tree893c9c4b145787e74faefd9ef989620af3e67939 /x11-libs/gtkscintilla2
parentheader fix (diff)
downloadgentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.gz
gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.bz2
gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.zip
repoman: trim trailing whitespace
Diffstat (limited to 'x11-libs/gtkscintilla2')
-rw-r--r--x11-libs/gtkscintilla2/Manifest2
-rw-r--r--x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild14
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-libs/gtkscintilla2/Manifest b/x11-libs/gtkscintilla2/Manifest
index a40baa698e63..9c6013e4264e 100644
--- a/x11-libs/gtkscintilla2/Manifest
+++ b/x11-libs/gtkscintilla2/Manifest
@@ -1,3 +1,3 @@
-MD5 33473c763c49d71f8a339bbf8d51fca4 gtkscintilla2-0.0.8.ebuild 1127
MD5 b119b329684da7da95022176ea51f6cd ChangeLog 586
+MD5 ac008ff94b7cab9d6f6572cc39df8629 gtkscintilla2-0.0.8.ebuild 1125
MD5 f29bb40add3aa939317a482a5351a3fd files/digest-gtkscintilla2-0.0.8 71
diff --git a/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild b/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild
index 1fea1bc9b87c..86c7317dc3d7 100644
--- a/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild
+++ b/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild,v 1.2 2003/08/20 14:25:06 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild,v 1.3 2003/09/07 00:23:27 msterret Exp $
MY_P="GtkScintilla2-${PV}"
DESCRIPTION="Gtk-2 wrappers for the Scintilla source editing components."
@@ -12,14 +12,14 @@ SLOT="0"
KEYWORDS="~x86"
LICENSE="GPL-2"
-RDEPEND=">=x11-libs/gtk+-2.0"
+RDEPEND=">=x11-libs/gtk+-2.0"
-DEPEND=">=dev-util/pkgconfig-0.12.0
+DEPEND=">=dev-util/pkgconfig-0.12.0
>=dev-lang/python-2.2
${RDEPEND}"
S="${WORKDIR}/${MY_P}"
-
+
src_unpack() {
unpack ${A}
@@ -30,7 +30,7 @@ src_unpack() {
cp Makefile Makefile.orig
sed -e "/VERSION/s/0.0.3/${PV}/" \
-e "/CFLAGS/s/-g/${CFLAGS}/" < Makefile.orig > Makefile
-
+
# and again, in the scintilla part
cd ${S}/scintilla/gtk
cp makefile makefile.orig
@@ -41,11 +41,11 @@ src_unpack() {
src_compile() {
emake || die
-
+
}
src_install() {
-
+
make DESTDIR=${D} install || die
dodoc COPYING README