summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-05-29 00:08:45 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-05-29 00:08:45 +0000
commit1b2eae51ee3db8cca0bcc3dfaefc3e125c38c4f3 (patch)
tree951911d66ffe05ef6a85c12a5231a23d51d19ccb /app-misc
parentVersion bump (diff)
downloadhistorical-1b2eae51ee3db8cca0bcc3dfaefc3e125c38c4f3.tar.gz
historical-1b2eae51ee3db8cca0bcc3dfaefc3e125c38c4f3.tar.bz2
historical-1b2eae51ee3db8cca0bcc3dfaefc3e125c38c4f3.zip
fix SRC_URI and HOMEPAGE
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gtkdiff/ChangeLog5
-rw-r--r--app-misc/gtkdiff/Manifest3
-rw-r--r--app-misc/gtkdiff/gtkdiff-1.8.0-r2.ebuild11
3 files changed, 11 insertions, 8 deletions
diff --git a/app-misc/gtkdiff/ChangeLog b/app-misc/gtkdiff/ChangeLog
index 36d55df23b97..7a5ebc8d784a 100644
--- a/app-misc/gtkdiff/ChangeLog
+++ b/app-misc/gtkdiff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/gtkdiff
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gtkdiff/ChangeLog,v 1.4 2003/02/12 05:00:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gtkdiff/ChangeLog,v 1.5 2003/05/29 00:08:36 liquidx Exp $
+
+ 29 May 2003; Alastair Tse <liquidx@gentoo.org> gtkdiff-1.8.0-r2.ebuild:
+ SRC_URI and HOMEPAGE update
*gtkdiff-1.8.0-r2 (27 Mar 2002)
diff --git a/app-misc/gtkdiff/Manifest b/app-misc/gtkdiff/Manifest
new file mode 100644
index 000000000000..ac915c447009
--- /dev/null
+++ b/app-misc/gtkdiff/Manifest
@@ -0,0 +1,3 @@
+MD5 1cfd7a52c8f0bea2e8d285a0a6129a43 ChangeLog 700
+MD5 c3468f3d6e453850fb1c880b902a82b7 gtkdiff-1.8.0-r2.ebuild 727
+MD5 25c58e0d2e0ab9aa15df1e0d1f62ede3 files/digest-gtkdiff-1.8.0-r2 65
diff --git a/app-misc/gtkdiff/gtkdiff-1.8.0-r2.ebuild b/app-misc/gtkdiff/gtkdiff-1.8.0-r2.ebuild
index de3fa08a4133..56b929ba4fee 100644
--- a/app-misc/gtkdiff/gtkdiff-1.8.0-r2.ebuild
+++ b/app-misc/gtkdiff/gtkdiff-1.8.0-r2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gtkdiff/gtkdiff-1.8.0-r2.ebuild,v 1.7 2003/02/13 09:01:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gtkdiff/gtkdiff-1.8.0-r2.ebuild,v 1.8 2003/05/29 00:08:36 liquidx Exp $
DESCRIPTION="GNOME Frontend for diff"
-SRC_URI="http://www.ainet.or.jp/~inoue/software/gtkdiff/${P}.tar.gz"
-HOMEPAGE="http://www.ainet.or.jp/~inoue/software/gtkdiff/index-e.html"
+SRC_URI="http://home.catv.ne.jp/pp/ginoue/software/gtkdiff/${P}.tar.gz"
+HOMEPAGE="http://home.catv.ne.jp/pp/ginoue/software/gtkdiff/index-e.html"
SLOT="0"
LICENSE="GPL-2"
@@ -17,10 +17,7 @@ RDEPEND="nls? ( sys-devel/gettext
dev-util/intltool )"
src_compile() {
- local myconf
- use nls || myconf=" --disable-nls"
- econf ${myconf}
-
+ econf `use_enable nls`
emake || die
}