summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/realpath/ChangeLog8
-rw-r--r--app-misc/realpath/realpath-1.15-r1.ebuild5
-rw-r--r--app-misc/realpath/realpath-1.15-r2.ebuild7
-rw-r--r--app-misc/realpath/realpath-1.15-r3.ebuild7
-rw-r--r--app-misc/realpath/realpath-1.15.ebuild5
5 files changed, 20 insertions, 12 deletions
diff --git a/app-misc/realpath/ChangeLog b/app-misc/realpath/ChangeLog
index 74cd72f97e85..1e75b8860a74 100644
--- a/app-misc/realpath/ChangeLog
+++ b/app-misc/realpath/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/realpath
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.13 2010/12/10 18:00:26 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.14 2011/01/01 08:44:48 jlec Exp $
+
+ 01 Jan 2011; Justin Lecher <jlec@gentoo.org> realpath-1.15.ebuild,
+ realpath-1.15-r1.ebuild, realpath-1.15-r2.ebuild, realpath-1.15-r3.ebuild:
+ Added missing DEPEND on sys-devel/gettext, #350247
10 Dec 2010; Fabian Groffen <grobian@gentoo.org>
files/realpath-1.15-build.patch:
diff --git a/app-misc/realpath/realpath-1.15-r1.ebuild b/app-misc/realpath/realpath-1.15-r1.ebuild
index e662ca53e35d..da1160f084b6 100644
--- a/app-misc/realpath/realpath-1.15-r1.ebuild
+++ b/app-misc/realpath/realpath-1.15-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r1.ebuild,v 1.7 2010/07/18 13:14:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r1.ebuild,v 1.8 2011/01/01 08:44:48 jlec Exp $
EAPI=2
inherit eutils toolchain-funcs
@@ -15,6 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE="nls"
+DEPEND="sys-devel/gettext"
RDEPEND="!sys-freebsd/freebsd-bin"
src_unpack() {
diff --git a/app-misc/realpath/realpath-1.15-r2.ebuild b/app-misc/realpath/realpath-1.15-r2.ebuild
index 6632fe1ff425..38f45a31ba8f 100644
--- a/app-misc/realpath/realpath-1.15-r2.ebuild
+++ b/app-misc/realpath/realpath-1.15-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r2.ebuild,v 1.1 2010/06/15 11:39:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r2.ebuild,v 1.2 2011/01/01 08:44:48 jlec Exp $
EAPI="3"
inherit eutils toolchain-funcs flag-o-matic prefix
@@ -17,9 +17,10 @@ IUSE="nls"
RDEPEND="!sys-freebsd/freebsd-bin"
DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/libintl
elibc_IRIX? ( dev-libs/gnulib )
x86-interix? ( dev-libs/gnulib )
- virtual/libintl
elibc_mintlib? ( virtual/libiconv )"
src_unpack() {
diff --git a/app-misc/realpath/realpath-1.15-r3.ebuild b/app-misc/realpath/realpath-1.15-r3.ebuild
index 75c2a9ccc861..db92238d674a 100644
--- a/app-misc/realpath/realpath-1.15-r3.ebuild
+++ b/app-misc/realpath/realpath-1.15-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r3.ebuild,v 1.1 2010/11/28 15:02:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r3.ebuild,v 1.2 2011/01/01 08:44:48 jlec Exp $
EAPI="3"
inherit eutils toolchain-funcs flag-o-matic prefix
@@ -17,9 +17,10 @@ IUSE="nls"
RDEPEND="!sys-freebsd/freebsd-bin"
DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/libintl
elibc_IRIX? ( dev-libs/gnulib )
x86-interix? ( dev-libs/gnulib )
- virtual/libintl
elibc_mintlib? ( virtual/libiconv )"
src_unpack() {
diff --git a/app-misc/realpath/realpath-1.15.ebuild b/app-misc/realpath/realpath-1.15.ebuild
index 748e350a6d5c..6d90210929e3 100644
--- a/app-misc/realpath/realpath-1.15.ebuild
+++ b/app-misc/realpath/realpath-1.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15.ebuild,v 1.2 2010/04/01 17:14:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15.ebuild,v 1.3 2011/01/01 08:44:48 jlec Exp $
EAPI=2
inherit eutils toolchain-funcs
@@ -15,6 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE="nls"
+DEPEND="sys-devel/gettext"
RDEPEND="!sys-freebsd/freebsd-bin"
src_unpack() {