diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:08:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:08:42 +0000 |
commit | 04ec956f52408d21a26945c0fd14dfdea6ebf743 (patch) | |
tree | 27a8de505dbf0a298d9f348b10919f1c83bcfc59 /app-admin/modlogan | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-04ec956f52408d21a26945c0fd14dfdea6ebf743.tar.gz historical-04ec956f52408d21a26945c0fd14dfdea6ebf743.tar.bz2 historical-04ec956f52408d21a26945c0fd14dfdea6ebf743.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-admin/modlogan')
-rw-r--r-- | app-admin/modlogan/Manifest | 4 | ||||
-rw-r--r-- | app-admin/modlogan/modlogan-0.7.18.ebuild | 6 | ||||
-rw-r--r-- | app-admin/modlogan/modlogan-0.7.4-r1.ebuild | 6 |
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} |