summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 22:08:42 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 22:08:42 +0000
commite5b33b0832b48fae05e807a25b946e15a5041873 (patch)
treed4feee837526957d5b55d35f7dec20b57c7f1f2d /app-admin/modlogan
parentrepoman: trim trailing whitespace (diff)
downloadgentoo-2-e5b33b0832b48fae05e807a25b946e15a5041873.tar.gz
gentoo-2-e5b33b0832b48fae05e807a25b946e15a5041873.tar.bz2
gentoo-2-e5b33b0832b48fae05e807a25b946e15a5041873.zip
repoman: trim trailing whitespace
Diffstat (limited to 'app-admin/modlogan')
-rw-r--r--app-admin/modlogan/Manifest4
-rw-r--r--app-admin/modlogan/modlogan-0.7.18.ebuild6
-rw-r--r--app-admin/modlogan/modlogan-0.7.4-r1.ebuild6
3 files changed, 8 insertions, 8 deletions
diff --git a/app-admin/modlogan/Manifest b/app-admin/modlogan/Manifest
index fadd2237d051..f777e7e0cce3 100644
--- a/app-admin/modlogan/Manifest
+++ b/app-admin/modlogan/Manifest
@@ -1,6 +1,6 @@
MD5 ef92509af50965d8d8ebc2ff42b46b04 ChangeLog 1449
-MD5 cbe6a227fe05b5e3c2e7504996aec1fe modlogan-0.7.18.ebuild 2351
-MD5 f3411a4746dac658a745ae181079d1c2 modlogan-0.7.4-r1.ebuild 2460
+MD5 f48ecda6f2ca1cf9041571da9865f355 modlogan-0.7.18.ebuild 2351
+MD5 2d749926e7adbaf63b926f332854c3db modlogan-0.7.4-r1.ebuild 2458
MD5 543b8b188066fad85df5b30c2c7adbbf files/digest-modlogan-0.7.18 128
MD5 d471e4d2f40dd27ed20334729d7de263 files/digest-modlogan-0.7.4-r1 126
MD5 1508bf93ccc2d4b8d381ae0094bdaeba files/modlogan.conf 228
diff --git a/app-admin/modlogan/modlogan-0.7.18.ebuild b/app-admin/modlogan/modlogan-0.7.18.ebuild
index 9c37d5f195d8..5d2244bb7e9a 100644
--- a/app-admin/modlogan/modlogan-0.7.18.ebuild
+++ b/app-admin/modlogan/modlogan-0.7.18.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/app-admin/modlogan/modlogan-0.7.18.ebuild,v 1.10 2003/02/13 05:26:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.7.18.ebuild,v 1.11 2003/09/06 22:08:32 msterret Exp $
IUSE="nls mysql"
@@ -27,7 +27,7 @@ RDEPEND="nls? ( sys-devel/gettext )"
src_compile() {
cd ${S}/../gd-1.8.1
- export CFLAGS="$CFLAGS -I/usr/include/freetype"
+ export CFLAGS="$CFLAGS -I/usr/include/freetype"
./configure || die
make || die
@@ -39,7 +39,7 @@ src_compile() {
use mysql \
&& myconf="--with-mysql=/usr" \
|| myconf="--without-mysql"
-
+
use nls || myconf="${myconf} --disable-nls"
cd ${S}
diff --git a/app-admin/modlogan/modlogan-0.7.4-r1.ebuild b/app-admin/modlogan/modlogan-0.7.4-r1.ebuild
index 81753dbc6c38..8effc5d2bfc5 100644
--- a/app-admin/modlogan/modlogan-0.7.4-r1.ebuild
+++ b/app-admin/modlogan/modlogan-0.7.4-r1.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/app-admin/modlogan/modlogan-0.7.4-r1.ebuild,v 1.16 2003/07/16 14:44:23 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.7.4-r1.ebuild,v 1.17 2003/09/06 22:08:32 msterret Exp $
IUSE="nls mysql"
@@ -28,7 +28,7 @@ RDEPEND="nls? ( sys-devel/gettext )"
src_compile() {
cd ${S}/../gd-1.8.1
- export CFLAGS="$CFLAGS -I/usr/include/freetype"
+ export CFLAGS="$CFLAGS -I/usr/include/freetype"
./configure || die
make || die
@@ -40,7 +40,7 @@ src_compile() {
use mysql \
&& myconf="--with-mysql=/usr" \
|| myconf="--without-mysql"
-
+
use nls || myconf="${myconf} --disable-nls"
cd ${S}