diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-12 10:11:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-12 10:11:35 +0000 |
commit | ab51ccd816500046e110c1f6aaf8b40fc2eecfcc (patch) | |
tree | 53073aa41aa77b17882d473ac9731661c8064999 /www-client/ochusha | |
parent | Mask sametime and sms useflags until they can be tested. (diff) | |
download | gentoo-2-ab51ccd816500046e110c1f6aaf8b40fc2eecfcc.tar.gz gentoo-2-ab51ccd816500046e110c1f6aaf8b40fc2eecfcc.tar.bz2 gentoo-2-ab51ccd816500046e110c1f6aaf8b40fc2eecfcc.zip |
Add missing dependency over pkgconfig, fix libintl/gettext dependency, fix quoting. Thanks to Patrick Lauer for noticing the missing dep in bug #150960.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'www-client/ochusha')
-rw-r--r-- | www-client/ochusha/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/ochusha/ochusha-0.5.8.2-r1.ebuild | 15 | ||||
-rw-r--r-- | www-client/ochusha/ochusha-0.5.8.2.ebuild | 11 |
3 files changed, 23 insertions, 11 deletions
diff --git a/www-client/ochusha/ChangeLog b/www-client/ochusha/ChangeLog index 5d54effed167..381189bdbb88 100644 --- a/www-client/ochusha/ChangeLog +++ b/www-client/ochusha/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/ochusha # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/ochusha/ChangeLog,v 1.15 2006/08/01 08:55:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/ochusha/ChangeLog,v 1.16 2006/10/12 10:11:35 flameeyes Exp $ + + 12 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> ochusha-0.5.8.2.ebuild, + ochusha-0.5.8.2-r1.ebuild: + Add missing dependency over pkgconfig, fix libintl/gettext dependency, fix + quoting. Thanks to Patrick Lauer for noticing the missing dep in bug + #150960. 01 Aug 2006; Mamoru KOMACHI <usata@gentoo.org> +files/ochusha-0.5.8.2-glib-2.10.diff, ochusha-0.5.8.2-r1.ebuild: diff --git a/www-client/ochusha/ochusha-0.5.8.2-r1.ebuild b/www-client/ochusha/ochusha-0.5.8.2-r1.ebuild index b7b477e93de9..3283a130cd14 100644 --- a/www-client/ochusha/ochusha-0.5.8.2-r1.ebuild +++ b/www-client/ochusha/ochusha-0.5.8.2-r1.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/www-client/ochusha/ochusha-0.5.8.2-r1.ebuild,v 1.2 2006/08/01 08:55:16 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/ochusha/ochusha-0.5.8.2-r1.ebuild,v 1.3 2006/10/12 10:11:35 flameeyes Exp $ inherit flag-o-matic eutils @@ -14,20 +14,23 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -DEPEND="virtual/xft +RDEPEND="virtual/xft >=x11-libs/gtk+-2.2.4 >=dev-libs/glib-2.2.3 >=dev-libs/libxml2-2.5.0 >=gnome-base/libghttp-1.0.9 sys-libs/zlib - nls? ( sys-devel/gettext ) + nls? ( virtual/libintl ) ssl? ( dev-libs/openssl )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gentoo.diff - epatch ${FILESDIR}/${P}-glib-2.10.diff + cd "${S}" + epatch "${FILESDIR}"/${P}-gentoo.diff + epatch "${FILESDIR}"/${P}-glib-2.10.diff } src_compile() { diff --git a/www-client/ochusha/ochusha-0.5.8.2.ebuild b/www-client/ochusha/ochusha-0.5.8.2.ebuild index eedfc1c3fe1b..83ca58fd1d47 100644 --- a/www-client/ochusha/ochusha-0.5.8.2.ebuild +++ b/www-client/ochusha/ochusha-0.5.8.2.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/www-client/ochusha/ochusha-0.5.8.2.ebuild,v 1.4 2005/12/03 17:05:53 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/ochusha/ochusha-0.5.8.2.ebuild,v 1.5 2006/10/12 10:11:35 flameeyes Exp $ inherit flag-o-matic @@ -14,14 +14,17 @@ LICENSE="BSD" SLOT="0" KEYWORDS="ppc ppc64 x86" -DEPEND="virtual/xft +RDEPEND="virtual/xft >=x11-libs/gtk+-2.2.4 >=dev-libs/glib-2.2.3 >=dev-libs/libxml2-2.5.0 >=gnome-base/libghttp-1.0.9 sys-libs/zlib - nls? ( sys-devel/gettext ) + nls? ( virtual/libintl ) ssl? ( dev-libs/openssl )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + nls? ( sys-devel/gettext )" src_compile() { |