summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-06-20 00:26:01 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-06-20 00:26:01 +0000
commit5d3db8999e7c084d7767f48bc0a3fcfe1d046071 (patch)
tree4c4eec6eb12a7f541d8ba70ebaf25e23d55918d3 /x11-libs/libzvt
parentmasking vdkbuilder (diff)
downloadhistorical-5d3db8999e7c084d7767f48bc0a3fcfe1d046071.tar.gz
historical-5d3db8999e7c084d7767f48bc0a3fcfe1d046071.tar.bz2
historical-5d3db8999e7c084d7767f48bc0a3fcfe1d046071.zip
fixed changelog, added new stable version
Diffstat (limited to 'x11-libs/libzvt')
-rw-r--r--x11-libs/libzvt/ChangeLog7
-rw-r--r--x11-libs/libzvt/files/digest-libzvt-2.0.01
-rw-r--r--x11-libs/libzvt/libzvt-2.0.0.ebuild50
3 files changed, 57 insertions, 1 deletions
diff --git a/x11-libs/libzvt/ChangeLog b/x11-libs/libzvt/ChangeLog
index 080ef78819da..ba3647701513 100644
--- a/x11-libs/libzvt/ChangeLog
+++ b/x11-libs/libzvt/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for x11-libs/libzvt
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libzvt/ChangeLog,v 1.4 2002/06/05 14:33:37 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libzvt/ChangeLog,v 1.5 2002/06/20 00:26:01 spider Exp $
+*libzvt-2.0.0.ebuild (19 Jun 2002)
+ 19 Jun 2002 Spider <spider@gentoo.org> libzvt-2.0.0.ebuild libzvt-1.99999.0.ebuild ChangeLog:
+ seems my changelog got lost along the way, this is the new stable version, the other was there but with an uncommited changelog entry.
+
+
*libzvt-1.117.0 (05 June 2002)
05 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> libzvt-1.117.0.ebuild:
diff --git a/x11-libs/libzvt/files/digest-libzvt-2.0.0 b/x11-libs/libzvt/files/digest-libzvt-2.0.0
new file mode 100644
index 000000000000..d19bb2d2c1d4
--- /dev/null
+++ b/x11-libs/libzvt/files/digest-libzvt-2.0.0
@@ -0,0 +1 @@
+MD5 6c94cf3cb82299cd51c0b9e855103674 libzvt-2.0.0.tar.bz2 250917
diff --git a/x11-libs/libzvt/libzvt-2.0.0.ebuild b/x11-libs/libzvt/libzvt-2.0.0.ebuild
new file mode 100644
index 000000000000..2f7d639b7f01
--- /dev/null
+++ b/x11-libs/libzvt/libzvt-2.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libzvt/libzvt-2.0.0.ebuild,v 1.1 2002/06/20 00:26:01 spider Exp $
+
+inherit debug
+inherit libtool
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Zed's Virtual Terminal Library"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://www.gnome.org/"
+SLOT="0"
+LICENSE="GPL-2 LGPL-2.1"
+
+RDEPEND=">=dev-libs/glib-2.0.3
+ >=x11-libs/gtk+-2.0.5
+ >=media-libs/libart_lgpl-2.3.8-r1"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0"
+
+
+src_compile() {
+ elibtoolize
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --enable-debug=yes || die
+
+ emake || die
+}
+
+src_install() {
+ make prefix=${D}/usr \
+ sysconfdir=${D}/etc \
+ infodir=${D}/usr/share/info \
+ mandir=${D}/usr/share/man \
+ install || die
+
+ dodoc ABOUT* AUTHORS COPY* ChangeLog INSTALL NEWS README
+ docinto libzvt
+ dodoc libzvt/AUTHORS libzvt/BUGS libzvt/README libzvt/TODO
+}
+
+
+
+
+