diff options
author | 2003-09-06 22:29:29 +0000 | |
---|---|---|
committer | 2003-09-06 22:29:29 +0000 | |
commit | dacd3fae1731f833aece4e53f86ca4f50822f66b (patch) | |
tree | b1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-libs/root | |
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-libs/root')
-rw-r--r-- | dev-libs/root/Manifest | 8 | ||||
-rw-r--r-- | dev-libs/root/root-3.03.04-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/root/root-3.05.04.ebuild | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/dev-libs/root/Manifest b/dev-libs/root/Manifest index 5bd18bf7bd41..ea37538b5373 100644 --- a/dev-libs/root/Manifest +++ b/dev-libs/root/Manifest @@ -1,7 +1,7 @@ -MD5 d35f10589b646c63acfb9e4d8c85d111 root-3.05.04.ebuild 1649 -MD5 50cc7d40a05b451b7f97c9589ebe5fb6 root-3.03.04-r2.ebuild 1627 MD5 c3a802cefcff6161f82e8aea968b5cb9 ChangeLog 1400 -MD5 58ce6f63773b28de747663b7e908e2bb files/root-makefile.patch 742 -MD5 053f8a5dbe37435f2b62ee44c79e9523 files/digest-root-3.05.04 73 +MD5 cf1e366374bdb5b1ed5dc5c72e3fe979 root-3.03.04-r2.ebuild 1626 +MD5 cbb07e77a0d564c2998e6370d31d1bb4 root-3.05.04.ebuild 1648 MD5 cb6730d3f0de83973de47c6bf1d82cfa files/digest-root-3.03.04-r2 73 MD5 1ef2792a1fad865173670aa5942bef6c files/pgsql-no-libpq-int.patch 290 +MD5 58ce6f63773b28de747663b7e908e2bb files/root-makefile.patch 742 +MD5 053f8a5dbe37435f2b62ee44c79e9523 files/digest-root-3.05.04 73 diff --git a/dev-libs/root/root-3.03.04-r2.ebuild b/dev-libs/root/root-3.03.04-r2.ebuild index 5eed9bc40d48..c0c59a118f24 100644 --- a/dev-libs/root/root-3.03.04-r2.ebuild +++ b/dev-libs/root/root-3.03.04-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-libs/root/root-3.03.04-r2.ebuild,v 1.3 2003/06/12 16:57:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/root-3.03.04-r2.ebuild,v 1.4 2003/09/06 22:29:25 msterret Exp $ inherit flag-o-matic eutils @@ -33,7 +33,7 @@ src_compile() { ppc) append-flags "-fsigned-char";; esac - export GENTOO_CFLAGS="${CFLAGS}" GENTOO_CXXFLAGS="${CXXFLAGS}" + export GENTOO_CFLAGS="${CFLAGS}" GENTOO_CXXFLAGS="${CXXFLAGS}" ./configure \ linux \ --prefix=/usr \ @@ -64,7 +64,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - + dodir /etc/env.d echo "LDPATH=/usr/lib/root" > ${D}/etc/env.d/60root } diff --git a/dev-libs/root/root-3.05.04.ebuild b/dev-libs/root/root-3.05.04.ebuild index d60b369f4342..7b4efa676986 100644 --- a/dev-libs/root/root-3.05.04.ebuild +++ b/dev-libs/root/root-3.05.04.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-libs/root/root-3.05.04.ebuild,v 1.2 2003/04/25 16:44:35 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/root-3.05.04.ebuild,v 1.3 2003/09/06 22:29:25 msterret Exp $ inherit flag-o-matic eutils @@ -34,7 +34,7 @@ src_compile() { ppc) append-flags "-fsigned-char";; esac - #export GENTOO_CFLAGS="${CFLAGS}" GENTOO_CXXFLAGS="${CXXFLAGS}" + #export GENTOO_CFLAGS="${CFLAGS}" GENTOO_CXXFLAGS="${CXXFLAGS}" ./configure \ linux \ --prefix=/usr \ @@ -63,7 +63,7 @@ src_compile() { src_install() { make DESTDIR=${D} INSTALL="install" install || die - + dodir /etc/env.d echo "LDPATH=/usr/lib/root" > ${D}/etc/env.d/60root } |