summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-18 23:04:01 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-18 23:04:01 +0000
commit838a3100283e64101606437c5ca264882359af3d (patch)
treeec1c3f7f4e83df1920c630c48de91b0a161e658f
parentStable on amd64, addition of app-arch/unzip to the deps. (diff)
downloadgentoo-2-838a3100283e64101606437c5ca264882359af3d.tar.gz
gentoo-2-838a3100283e64101606437c5ca264882359af3d.tar.bz2
gentoo-2-838a3100283e64101606437c5ca264882359af3d.zip
sh love
(Portage version: 2.1_pre3-r1)
-rw-r--r--app-crypt/gnupg/gnupg-1.2.6.ebuild6
-rw-r--r--app-crypt/gnupg/gnupg-1.4.2-r3.ebuild6
-rw-r--r--app-crypt/gnupg/gnupg-1.9.20.ebuild4
-rw-r--r--media-gfx/xloadimage/xloadimage-4.1-r4.ebuild26
-rw-r--r--net-libs/c-client/c-client-2004a-r1.ebuild6
-rw-r--r--net-libs/c-client/c-client-2004c.ebuild6
-rw-r--r--net-libs/c-client/c-client-2004g.ebuild11
-rw-r--r--sys-libs/db/db-3.2.9-r10.ebuild6
8 files changed, 35 insertions, 36 deletions
diff --git a/app-crypt/gnupg/gnupg-1.2.6.ebuild b/app-crypt/gnupg/gnupg-1.2.6.ebuild
index 0351294946b8..bce8a49aff01 100644
--- a/app-crypt/gnupg/gnupg-1.2.6.ebuild
+++ b/app-crypt/gnupg/gnupg-1.2.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.6.ebuild,v 1.26 2005/09/29 01:59:06 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.6.ebuild,v 1.27 2006/01/18 23:04:01 vapier Exp $
inherit eutils flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2
LICENSE="GPL-2 idea? ( IDEA )"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc-macos s390 sparc x86 ~ia64 ~mips ppc64"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc-macos ppc64 s390 sh sparc x86"
IUSE="X ldap nls static idea selinux"
RDEPEND="!static? ( ldap? ( net-nds/openldap )
diff --git a/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild b/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild
index cc519997b77d..66899dc688cb 100644
--- a/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild
+++ b/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild,v 1.13 2005/12/25 14:44:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild,v 1.14 2006/01/18 23:04:01 vapier Exp $
inherit eutils flag-o-matic linux-info
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc-macos ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc-macos ppc64 s390 sh sparc x86"
IUSE="bzip2 caps curl ecc idea ldap nls readline selinux smartcard static usb zlib X"
COMMON_DEPEND="
diff --git a/app-crypt/gnupg/gnupg-1.9.20.ebuild b/app-crypt/gnupg/gnupg-1.9.20.ebuild
index f16c7026155e..4b373170df14 100644
--- a/app-crypt/gnupg/gnupg-1.9.20.ebuild
+++ b/app-crypt/gnupg/gnupg-1.9.20.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/app-crypt/gnupg/gnupg-1.9.20.ebuild,v 1.1 2006/01/14 18:36:40 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.20.ebuild,v 1.2 2006/01/18 23:04:01 vapier Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/alpha/gnupg/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="1.9"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="X caps ldap nls smartcard selinux"
DEPEND="
diff --git a/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild b/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild
index f577b744ff1d..5707669a9e7e 100644
--- a/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild
+++ b/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild,v 1.13 2005/12/30 23:56:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild,v 1.14 2006/01/18 23:02:05 vapier Exp $
inherit alternatives eutils flag-o-matic
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.x.org/R5contrib/${MY_P}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 sh sparc x86"
IUSE="tiff jpeg png"
RDEPEND="|| ( x11-libs/libX11 virtual/x11 )
@@ -25,19 +25,19 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${WORKDIR}/${P}-gentoo.diff
- epatch ${FILESDIR}/${P}-zio-shell-meta-char.diff
- epatch ${FILESDIR}/${P}-endif.patch
+ cd "${S}"
+ epatch "${WORKDIR}"/${P}-gentoo.diff
+ epatch "${FILESDIR}"/${P}-zio-shell-meta-char.diff
+ epatch "${FILESDIR}"/${P}-endif.patch
# Do not define errno extern, but rather include errno.h
# <azarah@gentoo.org> (1 Jan 2003)
- epatch ${FILESDIR}/${P}-include-errno_h.patch
+ epatch "${FILESDIR}"/${P}-include-errno_h.patch
- epatch "${FILESDIR}/xloadimage-gentoo.patch"
+ epatch "${FILESDIR}"/xloadimage-gentoo.patch
sed -i "s:OPT_FLAGS=:OPT_FLAGS=$CFLAGS:" Make.conf
- sed -i "s:^#include <varargs.h>:#include <stdarg.h>:" ${S}/rlelib.c
+ sed -i "s:^#include <varargs.h>:#include <stdarg.h>:" "${S}"/rlelib.c
# On FreeBSD systems malloc.h is a false header asking for fixes.
# On MacOSX it would require malloc/malloc.h
@@ -50,12 +50,12 @@ src_unpack() {
done
fi
- chmod +x ${S}/configure
+ chmod +x "${S}"/configure
}
src_install() {
- dobin xloadimage
- dobin uufilter
+ dobin xloadimage || die
+ dobin uufilter || die
insinto /etc/X11
doins xloadimagerc
diff --git a/net-libs/c-client/c-client-2004a-r1.ebuild b/net-libs/c-client/c-client-2004a-r1.ebuild
index 045d39e3fe68..347236fe26a5 100644
--- a/net-libs/c-client/c-client-2004a-r1.ebuild
+++ b/net-libs/c-client/c-client-2004a-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004a-r1.ebuild,v 1.10 2005/04/25 06:12:00 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004a-r1.ebuild,v 1.11 2006/01/18 23:01:49 vapier Exp $
inherit flag-o-matic eutils libtool
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE="ssl pam"
RDEPEND="ssl? ( dev-libs/openssl )
diff --git a/net-libs/c-client/c-client-2004c.ebuild b/net-libs/c-client/c-client-2004c.ebuild
index 6d888f391c00..b377d5a846b9 100644
--- a/net-libs/c-client/c-client-2004c.ebuild
+++ b/net-libs/c-client/c-client-2004c.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004c.ebuild,v 1.1 2005/03/31 02:39:01 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004c.ebuild,v 1.2 2006/01/18 23:01:49 vapier Exp $
inherit flag-o-matic eutils libtool
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64 ~mips"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="ssl pam"
RDEPEND="ssl? ( dev-libs/openssl )
diff --git a/net-libs/c-client/c-client-2004g.ebuild b/net-libs/c-client/c-client-2004g.ebuild
index 22f689098176..9c442591a294 100644
--- a/net-libs/c-client/c-client-2004g.ebuild
+++ b/net-libs/c-client/c-client-2004g.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild,v 1.1 2005/10/06 20:21:17 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild,v 1.2 2006/01/18 23:01:49 vapier Exp $
inherit flag-o-matic eutils libtool
@@ -14,13 +14,13 @@ SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64 ~mips"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="ssl pam"
RDEPEND="ssl? ( dev-libs/openssl )
- !virtual/imap-c-client"
+ !virtual/imap-c-client"
DEPEND="${RDEPEND}
- pam? ( >=sys-libs/pam-0.72 )"
+ pam? ( >=sys-libs/pam-0.72 )"
PROVIDE="virtual/imap-c-client"
src_unpack() {
@@ -52,7 +52,6 @@ src_unpack() {
# Remove the pesky checks about SSL stuff
sed -e '/read.*exit/d' -i Makefile
elibtoolize
- uclibctoolize
}
src_compile() {
diff --git a/sys-libs/db/db-3.2.9-r10.ebuild b/sys-libs/db/db-3.2.9-r10.ebuild
index 95c824016031..dffc4b7aa46c 100644
--- a/sys-libs/db/db-3.2.9-r10.ebuild
+++ b/sys-libs/db/db-3.2.9-r10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r10.ebuild,v 1.22 2005/08/03 15:14:03 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r10.ebuild,v 1.23 2006/01/18 23:03:00 vapier Exp $
inherit gnuconfig libtool eutils db
@@ -12,7 +12,7 @@ LICENSE="DB"
SLOT="3"
# This ebuild is to be the compatibility ebuild for when db4 is put
# in the tree.
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE="doc java"
RDEPEND="virtual/libc"