diff options
author | 2003-09-06 22:29:29 +0000 | |
---|---|---|
committer | 2003-09-06 22:29:29 +0000 | |
commit | dacd3fae1731f833aece4e53f86ca4f50822f66b (patch) | |
tree | b1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-lang/entity | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.gz gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.bz2 gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-lang/entity')
-rw-r--r-- | dev-lang/entity/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/entity/entity-0.7.2-r1.ebuild | 16 | ||||
-rw-r--r-- | dev-lang/entity/entity-0.7.2.ebuild | 18 |
3 files changed, 19 insertions, 19 deletions
diff --git a/dev-lang/entity/Manifest b/dev-lang/entity/Manifest index 96ffc5955085..3dea23aec0ab 100644 --- a/dev-lang/entity/Manifest +++ b/dev-lang/entity/Manifest @@ -1,5 +1,5 @@ MD5 3902fa7d30746b0cc28280d33ec77e82 ChangeLog 756 -MD5 2c355275917797b0b421202ed260b7a3 entity-0.7.2-r1.ebuild 2343 -MD5 47169515c827ac0cf1c7b998935c01e6 entity-0.7.2.ebuild 2326 +MD5 033c1f86aa93db810f3706043b0f9abe entity-0.7.2-r1.ebuild 2337 +MD5 3bb4b96ea93a3555768f6f0e4afa902e entity-0.7.2.ebuild 2319 MD5 ca78150c48e85c015a89488ab2ac3e66 files/digest-entity-0.7.2 64 MD5 ca78150c48e85c015a89488ab2ac3e66 files/digest-entity-0.7.2-r1 64 diff --git a/dev-lang/entity/entity-0.7.2-r1.ebuild b/dev-lang/entity/entity-0.7.2-r1.ebuild index 5dd6f75fd193..d7f0d7043245 100644 --- a/dev-lang/entity/entity-0.7.2-r1.ebuild +++ b/dev-lang/entity/entity-0.7.2-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/dev-lang/entity/entity-0.7.2-r1.ebuild,v 1.12 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-0.7.2-r1.ebuild,v 1.13 2003/09/06 22:27:51 msterret Exp $ IUSE="sdl gnome ssl opengl python tcltk perl" @@ -30,24 +30,24 @@ src_compile() { use tcltk \ && myconf="--enable-tcl=module --with-tcl=/usr/lib" \ || myconf="--enable-tcl=no" - + use perl \ && myconf="${myconf} --enable-perl=static" \ || myconf="${myconf} --enable-perl=no" - + use python \ && myconf="${myconf} --enable-python=static" \ || myconf="${myconf} --enable-python=no" - + use ssl \ && myconf="${myconf} --enable-openssl" - + use sdl \ && myconf="${myconf} --enable-sdl" - + use gnome \ && myconf="${myconf} --enable-gnome --enable-gdkimlib" - + use opengl \ && myconf="${myconf} --enable-gtkgl" @@ -80,7 +80,7 @@ src_install () { insinto /usr/share/entity/stembuilder/images doins stembuilder/images/*.xpm - dodoc AUTHORS COPYING ChangeLog LICENSE NEWS README TODO + dodoc AUTHORS COPYING ChangeLog LICENSE NEWS README TODO docinto txt dodoc docs/README* docs/*.txt docs/*.ascii dohtml -r docs diff --git a/dev-lang/entity/entity-0.7.2.ebuild b/dev-lang/entity/entity-0.7.2.ebuild index d75b7fbd09aa..0cb3f36d7726 100644 --- a/dev-lang/entity/entity-0.7.2.ebuild +++ b/dev-lang/entity/entity-0.7.2.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/dev-lang/entity/entity-0.7.2.ebuild,v 1.23 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/entity/entity-0.7.2.ebuild,v 1.24 2003/09/06 22:27:51 msterret Exp $ IUSE="sdl gnome ssl opengl python tcltk perl" @@ -30,27 +30,27 @@ src_compile() { use tcltk \ && myconf="--enable-tcl=module --with-tcl=/usr/lib" \ || myconf="--enable-tcl=no" - + use perl \ && myconf="${myconf} --enable-perl=static" \ || myconf="${myconf} --enable-perl=no" - + use python \ && myconf="${myconf} --enable-python=static" \ || myconf="${myconf} --enable-python=no" - + use ssl \ && myconf="${myconf} --enable-openssl" - + use sdl \ && myconf="${myconf} --enable-sdl" - + use gnome \ && myconf="${myconf} --enable-gnome --enable-gdkimlib" - + use opengl \ && myconf="${myconf} --enable-gtkgl" - + DEBIAN_ENTITY_MAGIC="voodoo" CFLAGS="$CFLAGS -I/usr/X11R6/include" \ econf \ --enable-exec-class=yes \ @@ -79,7 +79,7 @@ src_install () { insinto /usr/share/entity/stembuilder/images doins stembuilder/images/*.xpm - dodoc AUTHORS COPYING ChangeLog LICENSE NEWS README TODO + dodoc AUTHORS COPYING ChangeLog LICENSE NEWS README TODO docinto txt dodoc docs/README* docs/*.txt docs/*.ascii dohtml -r docs |