summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-07-15 04:37:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-07-15 04:37:55 +0000
commit62dcc99cdf00228bea932a9a0c994e15c3329529 (patch)
treededb6ae5ea10f09d5f1522f0cac77792c591dbde /sys-devel
parentwhitespace (diff)
downloadgentoo-2-62dcc99cdf00228bea932a9a0c994e15c3329529.tar.gz
gentoo-2-62dcc99cdf00228bea932a9a0c994e15c3329529.tar.bz2
gentoo-2-62dcc99cdf00228bea932a9a0c994e15c3329529.zip
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bfin-toolchain/bfin-toolchain-2006.2_rc2.ebuild3
-rw-r--r--sys-devel/gcc/gcc-3.2.3-r4.ebuild3
-rw-r--r--sys-devel/gcc/gcc-3.3.2-r7.ebuild4
-rw-r--r--sys-devel/gcc/gcc-3.4.1-r3.ebuild6
-rw-r--r--sys-devel/libperl/libperl-5.8.8-r1.ebuild4
-rw-r--r--sys-devel/libtool/files/digest-libtool-1.3.51
-rw-r--r--sys-devel/omni/omni-1.4a.ebuild4
-rw-r--r--sys-devel/omni/omni-1.6.ebuild4
-rw-r--r--sys-devel/prelink/prelink-20060213.ebuild3
-rw-r--r--sys-devel/prelink/prelink-20060712-r1.ebuild3
10 files changed, 10 insertions, 25 deletions
diff --git a/sys-devel/bfin-toolchain/bfin-toolchain-2006.2_rc2.ebuild b/sys-devel/bfin-toolchain/bfin-toolchain-2006.2_rc2.ebuild
index 7b94cfbae45a..251fbc79ec15 100644
--- a/sys-devel/bfin-toolchain/bfin-toolchain-2006.2_rc2.ebuild
+++ b/sys-devel/bfin-toolchain/bfin-toolchain-2006.2_rc2.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bfin-toolchain/bfin-toolchain-2006.2_rc2.ebuild,v 1.2 2007/02/13 17:46:23 vapier Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bfin-toolchain/bfin-toolchain-2006.2_rc2.ebuild,v 1.3 2007/07/15 04:37:55 mr_bones_ Exp $
DESCRIPTION="toolchain for Blackfin processors"
HOMEPAGE="http://blackfin.uclinux.org/"
diff --git a/sys-devel/gcc/gcc-3.2.3-r4.ebuild b/sys-devel/gcc/gcc-3.2.3-r4.ebuild
index c287b1eb3f5a..cdb70d9fbac1 100644
--- a/sys-devel/gcc/gcc-3.2.3-r4.ebuild
+++ b/sys-devel/gcc/gcc-3.2.3-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.3-r4.ebuild,v 1.24 2007/06/26 02:52:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.3-r4.ebuild,v 1.25 2007/07/15 04:37:55 mr_bones_ Exp $
inherit eutils flag-o-matic libtool versionator
@@ -125,7 +125,6 @@ RDEPEND=">=sys-libs/glibc-2.3.2-r3
PDEPEND="|| ( sys-devel/gcc-config app-admin/eselect-compiler )"
-
# Hack used to patch Makefiles to install into the build dir
FAKE_ROOT=""
diff --git a/sys-devel/gcc/gcc-3.3.2-r7.ebuild b/sys-devel/gcc/gcc-3.3.2-r7.ebuild
index f9dcfc1f4ca1..5681c3fc3fc8 100644
--- a/sys-devel/gcc/gcc-3.3.2-r7.ebuild
+++ b/sys-devel/gcc/gcc-3.3.2-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.32 2007/06/29 08:20:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.33 2007/07/15 04:37:55 mr_bones_ Exp $
IUSE="static nls bootstrap java build X multilib gcj"
@@ -132,7 +132,6 @@ RDEPEND="virtual/libc
PDEPEND="|| ( sys-devel/gcc-config app-admin/eselect-compiler )"
-
chk_gcc_version() {
# This next bit is for updating libtool linker scripts ...
local OLD_GCC_VERSION="`gcc -dumpversion`"
@@ -366,7 +365,6 @@ src_compile() {
fi
myconf="${myconf} --disable-multilib"
-
# Fix linking problem with c++ apps which where linkedi
# agains a 3.2.2 libgcc
[ "${ARCH}" = "hppa" ] && myconf="${myconf} --enable-sjlj-exceptions"
diff --git a/sys-devel/gcc/gcc-3.4.1-r3.ebuild b/sys-devel/gcc/gcc-3.4.1-r3.ebuild
index 697528e04382..edd1d16e231f 100644
--- a/sys-devel/gcc/gcc-3.4.1-r3.ebuild
+++ b/sys-devel/gcc/gcc-3.4.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r3.ebuild,v 1.28 2007/06/26 02:52:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r3.ebuild,v 1.29 2007/07/15 04:37:55 mr_bones_ Exp $
IUSE="static nls bootstrap build multilib gcj gtk fortran objc hardened n32 n64"
@@ -44,7 +44,6 @@ PDEPEND="|| ( sys-devel/gcc-config app-admin/eselect-compiler )"
[ "${ABI}" != "n32" ] && [ "${ABI}" != "n64" ] && PDEPEND="${PDEPEND}
!n32? ( !n64? ( !s390? ( !elibc_uclibc? ( sys-libs/libstdc++-v3 ) ) ) )"
-
# <<--------------------SRC_URI variables-------------------->>
# Location of gentoo-specific files. Please dont set this to mirror, that
# would just make the files unavailable until they get mirrored. All files
@@ -76,7 +75,6 @@ PIE_CORE="gcc-3.4.0-piepatches-v${PIE_VER}.tar.bz2"
PP_VER="3_4"
PP_FVER="${PP_VER//_/.}-2"
-
# magic! =D
if [ -n "${PRERELEASE}" ] ; then
S="${WORKDIR}/gcc-${PRERELEASE}"
@@ -114,7 +112,6 @@ SRC_URI="${SRC_URI} ${GENTOO_BASE_URI}/gcc-3.4.1-manpages.tar.bz2"
SRC_URI="${SRC_URI} ${GENTOO_BASE_URI}${PIE_CORE}"
# >>--------------------SRC_URI variables--------------------<<
-
# Recently there has been a lot of stability problem in Gentoo-land. Many
# things can be the cause to this, but I believe that it is due to gcc3
# still having issues with optimizations, or with it not filtering bad
@@ -947,4 +944,3 @@ pkg_postinst() {
ewarn "applications that would otherwise need it. If you dont, then all"
ewarn "c++ applications will break."
}
-
diff --git a/sys-devel/libperl/libperl-5.8.8-r1.ebuild b/sys-devel/libperl/libperl-5.8.8-r1.ebuild
index 4fa9badcb4e5..c569ad88892c 100644
--- a/sys-devel/libperl/libperl-5.8.8-r1.ebuild
+++ b/sys-devel/libperl/libperl-5.8.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.22 2007/04/30 21:23:01 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.23 2007/07/15 04:37:55 mr_bones_ Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -135,7 +135,6 @@ src_unpack() {
# filter it otherwise configure fails. See #125535.
epatch ${FILESDIR}/perl-hppa-pa7200-configure.patch
-
use amd64 && cd ${S} && epatch ${FILESDIR}/${P}-lib64.patch
[[ ${CHOST} == *-dragonfly* ]] && cd ${S} && epatch ${FILESDIR}/${P}-dragonfly-clean.patch
[[ ${CHOST} == *-freebsd* ]] && cd ${S} && epatch ${FILESDIR}/${P}-fbsdhints.patch
@@ -395,4 +394,3 @@ pkg_postinst() {
fi
fi
}
-
diff --git a/sys-devel/libtool/files/digest-libtool-1.3.5 b/sys-devel/libtool/files/digest-libtool-1.3.5
index fc00832254b9..96766351f154 100644
--- a/sys-devel/libtool/files/digest-libtool-1.3.5
+++ b/sys-devel/libtool/files/digest-libtool-1.3.5
@@ -1,2 +1,3 @@
+MD5 fa26a07c978ad05d1f88ed7a472daa49 libtool-1.3.5.tar.gz 538884
RMD160 0bb20b6802bc790dcbdaecde4058ed06ec77b429 libtool-1.3.5.tar.gz 538884
SHA256 02e287ba621aa01ee581b0f88854deb222fa61e7e0fc55ed7685038354f0259f libtool-1.3.5.tar.gz 538884
diff --git a/sys-devel/omni/omni-1.4a.ebuild b/sys-devel/omni/omni-1.4a.ebuild
index ea3acf5cc752..badb634fe6ed 100644
--- a/sys-devel/omni/omni-1.4a.ebuild
+++ b/sys-devel/omni/omni-1.4a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/omni/omni-1.4a.ebuild,v 1.6 2004/06/24 22:48:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/omni/omni-1.4a.ebuild,v 1.7 2007/07/15 04:37:55 mr_bones_ Exp $
IUSE="java doc"
@@ -36,7 +36,6 @@ src_unpack() {
unpack ${MY_P}.tar.gz
-
}
src_compile() {
@@ -64,7 +63,6 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
-
# Put the doc in the right place
dodir /usr/share/doc/
use doc && mv ${D}usr/lib/openmp/doc ${D}usr/share/doc/${P}
diff --git a/sys-devel/omni/omni-1.6.ebuild b/sys-devel/omni/omni-1.6.ebuild
index 49ca681a539a..a2b00168df00 100644
--- a/sys-devel/omni/omni-1.6.ebuild
+++ b/sys-devel/omni/omni-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/omni/omni-1.6.ebuild,v 1.4 2004/06/24 22:48:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/omni/omni-1.6.ebuild,v 1.5 2007/07/15 04:37:55 mr_bones_ Exp $
IUSE="java doc"
@@ -36,7 +36,6 @@ src_unpack() {
unpack ${MY_P}.tar.gz
-
}
src_compile() {
@@ -64,7 +63,6 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
-
# Put the doc in the right place
dodir /usr/share/doc/
use doc && mv ${D}usr/lib/openmp/doc ${D}usr/share/doc/${P}
diff --git a/sys-devel/prelink/prelink-20060213.ebuild b/sys-devel/prelink/prelink-20060213.ebuild
index e416eb079f74..f26e9ce49a63 100644
--- a/sys-devel/prelink/prelink-20060213.ebuild
+++ b/sys-devel/prelink/prelink-20060213.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20060213.ebuild,v 1.1 2006/04/11 21:33:09 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20060213.ebuild,v 1.2 2007/07/15 04:37:55 mr_bones_ Exp $
inherit eutils
@@ -69,7 +69,6 @@ src_install() {
touch "${D}/var/lib/misc/prelink.force"
touch "${D}/var/log/prelink.log"
-
dodoc INSTALL TODO ChangeLog THANKS COPYING README AUTHORS NEWS
}
diff --git a/sys-devel/prelink/prelink-20060712-r1.ebuild b/sys-devel/prelink/prelink-20060712-r1.ebuild
index bc208b5bd148..1c2efe827be3 100644
--- a/sys-devel/prelink/prelink-20060712-r1.ebuild
+++ b/sys-devel/prelink/prelink-20060712-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20060712-r1.ebuild,v 1.6 2007/03/25 06:39:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20060712-r1.ebuild,v 1.7 2007/07/15 04:37:55 mr_bones_ Exp $
inherit eutils
@@ -70,7 +70,6 @@ src_install() {
touch "${D}/var/lib/misc/prelink.force"
touch "${D}/var/log/prelink.log"
-
dodoc INSTALL TODO ChangeLog THANKS COPYING README AUTHORS NEWS
}