diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 05:41:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 05:41:19 +0000 |
commit | 87d753d9469840833caaa94b19d0d29cee0d00f4 (patch) | |
tree | 1193dcd7b23e7130433b06a9583e049bea2f357d /app-dicts/verbiste | |
parent | whitespace (diff) | |
download | historical-87d753d9469840833caaa94b19d0d29cee0d00f4.tar.gz historical-87d753d9469840833caaa94b19d0d29cee0d00f4.tar.bz2 historical-87d753d9469840833caaa94b19d0d29cee0d00f4.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'app-dicts/verbiste')
-rw-r--r-- | app-dicts/verbiste/verbiste-0.1.14.ebuild | 3 | ||||
-rw-r--r-- | app-dicts/verbiste/verbiste-0.1.16.ebuild | 6 |
2 files changed, 2 insertions, 7 deletions
diff --git a/app-dicts/verbiste/verbiste-0.1.14.ebuild b/app-dicts/verbiste/verbiste-0.1.14.ebuild index 11ddae52e786..336741d58fae 100644 --- a/app-dicts/verbiste/verbiste-0.1.14.ebuild +++ b/app-dicts/verbiste/verbiste-0.1.14.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-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.6 2006/10/31 17:27:43 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.7 2007/07/11 05:41:19 mr_bones_ Exp $ inherit autotools eutils @@ -35,4 +35,3 @@ src_install() { make install DESTDIR=${D} dodoc AUTHORS ChangeLog HACKING LISEZMOI NEWS README THANKS TODO } - diff --git a/app-dicts/verbiste/verbiste-0.1.16.ebuild b/app-dicts/verbiste/verbiste-0.1.16.ebuild index 56439c237427..fb6debffafba 100644 --- a/app-dicts/verbiste/verbiste-0.1.16.ebuild +++ b/app-dicts/verbiste/verbiste-0.1.16.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/app-dicts/verbiste/verbiste-0.1.16.ebuild,v 1.6 2007/05/05 14:57:45 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.16.ebuild,v 1.7 2007/07/11 05:41:19 mr_bones_ Exp $ inherit autotools eutils @@ -21,7 +21,6 @@ RDEPEND=">=dev-libs/libxml2-2.4.0 DEPEND="${RDEPEND} sys-devel/gettext" - #from enlightenment eclass gettext_modify() { # use nls || return 0 @@ -31,7 +30,6 @@ gettext_modify() { "${T}"/gettextize } - src_unpack() { unpack ${A} @@ -42,7 +40,6 @@ src_unpack() { AT_M4DIR=macros eautoreconf } - src_compile() { econf $(use_with gnome) || die emake || die @@ -52,4 +49,3 @@ src_install() { make install DESTDIR=${D} || die "can't install" dodoc AUTHORS ChangeLog HACKING LISEZMOI NEWS README THANKS TODO } - |