summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-14 05:03:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-14 05:03:08 +0000
commitfc9cb3061f52698f8c50a47a3b497caf752ba579 (patch)
treee6f774b1a3f1a198d6914ab81123f4ebd067bcb6 /app-editors
parentInitial import. bug #52295 (Manifest recommit) (diff)
downloadgentoo-2-fc9cb3061f52698f8c50a47a3b497caf752ba579.tar.gz
gentoo-2-fc9cb3061f52698f8c50a47a3b497caf752ba579.tar.bz2
gentoo-2-fc9cb3061f52698f8c50a47a3b497caf752ba579.zip
Add IUSE; tidy
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gnotepad+/ChangeLog5
-rw-r--r--app-editors/gnotepad+/gnotepad+-1.3.3.ebuild15
2 files changed, 10 insertions, 10 deletions
diff --git a/app-editors/gnotepad+/ChangeLog b/app-editors/gnotepad+/ChangeLog
index 2a75e5616b6c..ffc387156c8c 100644
--- a/app-editors/gnotepad+/ChangeLog
+++ b/app-editors/gnotepad+/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/gnotepad+
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/ChangeLog,v 1.2 2004/06/01 16:31:22 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/ChangeLog,v 1.3 2004/06/14 05:03:08 mr_bones_ Exp $
+
+ 13 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> gnotepad+-1.3.3.ebuild:
+ Add IUSE; tidy
01 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> gnotepad+-1.3.3.ebuild:
Added amd64 keyword.
diff --git a/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild b/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild
index 68205795ab6a..f1a4765a0747 100644
--- a/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild
+++ b/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild
@@ -1,20 +1,17 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild,v 1.3 2004/06/01 16:31:22 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild,v 1.4 2004/06/14 05:03:08 mr_bones_ Exp $
DESCRIPTION="Gnotepad+ is a simple HTML and text editor using the GTK Text Widget."
-SRC_URI="http://download.sourceforge.net/gnotepad/${P}.tar.gz"
HOMEPAGE="http://gnotepad.sourceforge.net/"
-DEPEND="=x11-libs/gtk+-1.2*"
-RDEPEND=""
-SLOT="0"
+SRC_URI="http://download.sourceforge.net/gnotepad/${P}.tar.gz"
+
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 ~amd64"
+IUSE=""
-src_compile() {
- econf || die
- emake || die
-}
+DEPEND="=x11-libs/gtk+-1.2*"
src_install () {
einstall || die