diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | dacd3fae1731f833aece4e53f86ca4f50822f66b (patch) | |
tree | b1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-db/tora | |
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-db/tora')
-rw-r--r-- | dev-db/tora/Manifest | 18 | ||||
-rw-r--r-- | dev-db/tora/tora-1.3.10.ebuild | 8 | ||||
-rw-r--r-- | dev-db/tora/tora-1.3.11-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-db/tora/tora-1.3.11-r2.ebuild | 8 | ||||
-rw-r--r-- | dev-db/tora/tora-1.3.11.ebuild | 8 | ||||
-rw-r--r-- | dev-db/tora/tora-1.3.8.ebuild | 10 | ||||
-rw-r--r-- | dev-db/tora/tora-1.3.9.2.ebuild | 8 |
7 files changed, 34 insertions, 34 deletions
diff --git a/dev-db/tora/Manifest b/dev-db/tora/Manifest index d8207d9600e4..a8eb9609351c 100644 --- a/dev-db/tora/Manifest +++ b/dev-db/tora/Manifest @@ -1,16 +1,16 @@ -MD5 70ac7f0796650efca5edb8c812eb0548 tora-1.3.11.ebuild 1293 -MD5 66886a086861b475da86dcf70b0af272 tora-1.3.11-r2.ebuild 1434 -MD5 f03fff2b63ddd77a03f5e3b3c756af27 tora-1.3.8.ebuild 1574 -MD5 3e384264e2adae7bb360c23155af6473 tora-1.3.10.ebuild 1293 -MD5 607951ff93ea0a671990358dea132d5d tora-1.3.11-r1.ebuild 1394 -MD5 1bd1cbd191cdeca8eb357fe590f41b84 tora-1.3.9.2.ebuild 1297 MD5 9e87f676ad0d690767d8eddce95ff9e4 ChangeLog 2526 +MD5 877e456a3ac4997b82625101d0c3a083 tora-1.3.8.ebuild 1572 +MD5 023ab181d1f6e9398ac0cdb413284d11 tora-1.3.9.2.ebuild 1297 +MD5 90f8918793be54a10345a579ce2907b1 tora-1.3.10.ebuild 1293 +MD5 69bcea4241676c98bfcfe67f1157da7d tora-1.3.11.ebuild 1293 +MD5 792116914c00a54fb732df540fd6c4ab tora-1.3.11-r1.ebuild 1394 MD5 bda8803c4adc9cf0b308b71157891f05 metadata.xml 536 -MD5 0cb18bcf00a1bd7ccb4010bba81619ed files/tora-index-segfault.patch 619 +MD5 6a0da00d8ae00df92fa2221658b0f002 tora-1.3.11-r2.ebuild 1434 +MD5 2423c0fe371fcafe2e4a978a8566afaa files/digest-tora-1.3.8 69 MD5 94ba94945d843ea598f9b63230f31e8d files/digest-tora-1.3.9.2 71 -MD5 84d2b43252820fa856e99a318c853da8 files/tora-clipboard.patch 2146 MD5 69a9a5c1060cf3a1fcc5d9730ce9b00a files/digest-tora-1.3.10 70 MD5 6d41a4b9f78eb3b0b95c97281917205d files/digest-tora-1.3.11 70 -MD5 2423c0fe371fcafe2e4a978a8566afaa files/digest-tora-1.3.8 69 MD5 6d41a4b9f78eb3b0b95c97281917205d files/digest-tora-1.3.11-r1 70 +MD5 0cb18bcf00a1bd7ccb4010bba81619ed files/tora-index-segfault.patch 619 MD5 6d41a4b9f78eb3b0b95c97281917205d files/digest-tora-1.3.11-r2 70 +MD5 84d2b43252820fa856e99a318c853da8 files/tora-clipboard.patch 2146 diff --git a/dev-db/tora/tora-1.3.10.ebuild b/dev-db/tora/tora-1.3.10.ebuild index e5932591f48c..1ba6b014a3f8 100644 --- a/dev-db/tora/tora-1.3.10.ebuild +++ b/dev-db/tora/tora-1.3.10.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-db/tora/tora-1.3.10.ebuild,v 1.3 2003/08/27 16:20:14 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-1.3.10.ebuild,v 1.4 2003/09/06 22:25:50 msterret Exp $ DESCRIPTION="TOra - Toolkit For Oracle" HOMEPAGE="http://www.globecom.se/tora/" @@ -34,8 +34,8 @@ src_compile() { use kde \ && myconf="$myconf --with-kde" \ - || myconf="$myconf --without-kde" - use oci8 || myconf="$myconf --without-oracle" + || myconf="$myconf --without-kde" + use oci8 || myconf="$myconf --without-oracle" ./configure --prefix=/usr --with-mono $myconf || die "conf failed" emake || die "emake failed" @@ -43,6 +43,6 @@ src_compile() { src_install() { dodir ${D}/usr/bin - einstall ROOT=${D} + einstall ROOT=${D} dodoc LICENSE.txt BUGS INSTALL NEWS README TODO } diff --git a/dev-db/tora/tora-1.3.11-r1.ebuild b/dev-db/tora/tora-1.3.11-r1.ebuild index fe776981d803..eeb1f7130059 100644 --- a/dev-db/tora/tora-1.3.11-r1.ebuild +++ b/dev-db/tora/tora-1.3.11-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-db/tora/tora-1.3.11-r1.ebuild,v 1.2 2003/08/27 16:20:14 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-1.3.11-r1.ebuild,v 1.3 2003/09/06 22:25:50 msterret Exp $ DESCRIPTION="TOra - Toolkit For Oracle" HOMEPAGE="http://www.globecom.se/tora/" @@ -40,8 +40,8 @@ src_compile() { use kde \ && myconf="$myconf --with-kde" \ - || myconf="$myconf --without-kde" - use oci8 || myconf="$myconf --without-oracle" + || myconf="$myconf --without-kde" + use oci8 || myconf="$myconf --without-oracle" ./configure --prefix=/usr --with-mono $myconf || die "conf failed" emake || die "emake failed" @@ -49,6 +49,6 @@ src_compile() { src_install() { dodir ${D}/usr/bin - einstall ROOT=${D} + einstall ROOT=${D} dodoc LICENSE.txt BUGS INSTALL NEWS README TODO } diff --git a/dev-db/tora/tora-1.3.11-r2.ebuild b/dev-db/tora/tora-1.3.11-r2.ebuild index 756f5f4f1214..fa16b3587ef7 100644 --- a/dev-db/tora/tora-1.3.11-r2.ebuild +++ b/dev-db/tora/tora-1.3.11-r2.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-db/tora/tora-1.3.11-r2.ebuild,v 1.2 2003/08/27 16:20:14 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-1.3.11-r2.ebuild,v 1.3 2003/09/06 22:25:50 msterret Exp $ DESCRIPTION="TOra - Toolkit For Oracle" HOMEPAGE="http://www.globecom.se/tora/" @@ -41,8 +41,8 @@ src_compile() { use kde \ && myconf="$myconf --with-kde" \ - || myconf="$myconf --without-kde" - use oci8 || myconf="$myconf --without-oracle" + || myconf="$myconf --without-kde" + use oci8 || myconf="$myconf --without-oracle" ./configure --prefix=/usr --with-mono $myconf || die "conf failed" emake || die "emake failed" @@ -50,6 +50,6 @@ src_compile() { src_install() { dodir ${D}/usr/bin - einstall ROOT=${D} + einstall ROOT=${D} dodoc LICENSE.txt BUGS INSTALL NEWS README TODO } diff --git a/dev-db/tora/tora-1.3.11.ebuild b/dev-db/tora/tora-1.3.11.ebuild index 7ec8b11b55de..90133fbe5be0 100644 --- a/dev-db/tora/tora-1.3.11.ebuild +++ b/dev-db/tora/tora-1.3.11.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-db/tora/tora-1.3.11.ebuild,v 1.2 2003/08/27 16:20:14 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-1.3.11.ebuild,v 1.3 2003/09/06 22:25:50 msterret Exp $ DESCRIPTION="TOra - Toolkit For Oracle" HOMEPAGE="http://www.globecom.se/tora/" @@ -34,8 +34,8 @@ src_compile() { use kde \ && myconf="$myconf --with-kde" \ - || myconf="$myconf --without-kde" - use oci8 || myconf="$myconf --without-oracle" + || myconf="$myconf --without-kde" + use oci8 || myconf="$myconf --without-oracle" ./configure --prefix=/usr --with-mono $myconf || die "conf failed" emake || die "emake failed" @@ -43,6 +43,6 @@ src_compile() { src_install() { dodir ${D}/usr/bin - einstall ROOT=${D} + einstall ROOT=${D} dodoc LICENSE.txt BUGS INSTALL NEWS README TODO } diff --git a/dev-db/tora/tora-1.3.8.ebuild b/dev-db/tora/tora-1.3.8.ebuild index 86fdc080412a..6a42f13b16c9 100644 --- a/dev-db/tora/tora-1.3.8.ebuild +++ b/dev-db/tora/tora-1.3.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/dev-db/tora/tora-1.3.8.ebuild,v 1.4 2003/08/05 18:50:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-1.3.8.ebuild,v 1.5 2003/09/06 22:25:50 msterret Exp $ DESCRIPTION="TOra - Toolkit For Oracle" HOMEPAGE="http://www.globecom.se/tora/" @@ -34,15 +34,15 @@ src_compile() { use kde \ && myconf="$myconf --with-kde" \ - || myconf="$myconf --without-kde" + || myconf="$myconf --without-kde" use mysql \ && myconf="$myconf" \ - || myconf="$myconf --without-mysql" + || myconf="$myconf --without-mysql" # use postgres && myconf="$myconf" \ -# || myconf="$myconf --without-postgres" +# || myconf="$myconf --without-postgres" use oci8 \ && myconf="$myconf" \ - || myconf="$myconf --without-oracle" + || myconf="$myconf --without-oracle" #patch -p0 < ${FILESDIR}/tora-${PV}.patch diff --git a/dev-db/tora/tora-1.3.9.2.ebuild b/dev-db/tora/tora-1.3.9.2.ebuild index 31d184882cf5..a797f8ab384c 100644 --- a/dev-db/tora/tora-1.3.9.2.ebuild +++ b/dev-db/tora/tora-1.3.9.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-db/tora/tora-1.3.9.2.ebuild,v 1.6 2003/08/27 16:20:14 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-1.3.9.2.ebuild,v 1.7 2003/09/06 22:25:50 msterret Exp $ DESCRIPTION="TOra - Toolkit For Oracle" HOMEPAGE="http://www.globecom.se/tora/" @@ -34,9 +34,9 @@ src_compile() { use kde \ && myconf="$myconf --with-kde" \ - || myconf="$myconf --without-kde" + || myconf="$myconf --without-kde" use oci8 \ - || myconf="$myconf --without-oracle" + || myconf="$myconf --without-oracle" ./configure --prefix=/usr --with-mono $myconf || die "conf failed" emake || die "emake failed" @@ -44,6 +44,6 @@ src_compile() { src_install() { dodir ${D}/usr/bin - einstall ROOT=${D} + einstall ROOT=${D} dodoc LICENSE.txt BUGS INSTALL NEWS README TODO } |