summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2003-12-14 00:36:01 +0000
committerMarius Mauch <genone@gentoo.org>2003-12-14 00:36:01 +0000
commitfea47cc19c876b90ff564796cf9f647a9069ed03 (patch)
tree384dc7615bf5240ef5626a615b8e8f3e4f616890 /app-editors/zoinks
parentmake stable on ppc (diff)
downloadgentoo-2-fea47cc19c876b90ff564796cf9f647a9069ed03.tar.gz
gentoo-2-fea47cc19c876b90ff564796cf9f647a9069ed03.tar.bz2
gentoo-2-fea47cc19c876b90ff564796cf9f647a9069ed03.zip
replacing use_with with use_enable, marking 0.3.7 stable, removing 0.3.6
Diffstat (limited to 'app-editors/zoinks')
-rw-r--r--app-editors/zoinks/files/digest-zoinks-0.3.61
-rw-r--r--app-editors/zoinks/zoinks-0.3.6.ebuild28
-rw-r--r--app-editors/zoinks/zoinks-0.3.7.ebuild6
3 files changed, 3 insertions, 32 deletions
diff --git a/app-editors/zoinks/files/digest-zoinks-0.3.6 b/app-editors/zoinks/files/digest-zoinks-0.3.6
deleted file mode 100644
index 4b7c2792af00..000000000000
--- a/app-editors/zoinks/files/digest-zoinks-0.3.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e582573fd393d83535fa77dc1f87ad57 zoinks-0.3.6.tar.gz 325743
diff --git a/app-editors/zoinks/zoinks-0.3.6.ebuild b/app-editors/zoinks/zoinks-0.3.6.ebuild
deleted file mode 100644
index f10dfcf6ee41..000000000000
--- a/app-editors/zoinks/zoinks-0.3.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.3.6.ebuild,v 1.2 2003/11/18 00:13:42 genone Exp $
-
-DESCRIPTION="Zoinks is a programmer's text editor and development environment"
-HOMEPAGE="http://zoinks.mikelockwood.com/"
-SRC_URI="http://zoinks.mikelockwood.com/download/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="nls imlib"
-DEPEND="nls? ( sys-devel/gettext )
- imlib? ( media-libs/imlib )
- x11-base/xfree"
-
-src_compile() {
- local myconf
- myconf="${myconf} `use_enable nls`"
- myconf="${myconf} `use_with imlib`"
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc README INSTALL COPYING AUTHORS NEWS ChangeLog
-}
-
diff --git a/app-editors/zoinks/zoinks-0.3.7.ebuild b/app-editors/zoinks/zoinks-0.3.7.ebuild
index 56e7086d7058..6232d2ac8450 100644
--- a/app-editors/zoinks/zoinks-0.3.7.ebuild
+++ b/app-editors/zoinks/zoinks-0.3.7.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.3.7.ebuild,v 1.2 2003/11/18 00:17:03 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.3.7.ebuild,v 1.3 2003/12/14 00:36:01 genone Exp $
DESCRIPTION="Zoinks is a programmer's text editor and development environment"
HOMEPAGE="http://zoinks.mikelockwood.com/"
SRC_URI="http://zoinks.mikelockwood.com/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="nls imlib"
DEPEND="nls? ( sys-devel/gettext )
imlib? ( media-libs/imlib )
@@ -16,7 +16,7 @@ DEPEND="nls? ( sys-devel/gettext )
src_compile() {
local myconf
myconf="${myconf} `use_enable nls`"
- myconf="${myconf} `use_with imlib`"
+ myconf="${myconf} `use_enable imlib`"
econf ${myconf} || die
emake || die
}