summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 15:12:50 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 15:12:50 +0000
commite60ff50f5e47e036b19281dd2cb0b331871f15a1 (patch)
treeb58bf95d7b6616df9e7855849abda2eefdb9de3b /dev-libs/ucl
parentsync IUSE (missing) (diff)
downloadhistorical-e60ff50f5e47e036b19281dd2cb0b331871f15a1.tar.gz
historical-e60ff50f5e47e036b19281dd2cb0b331871f15a1.tar.bz2
historical-e60ff50f5e47e036b19281dd2cb0b331871f15a1.zip
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'dev-libs/ucl')
-rw-r--r--dev-libs/ucl/ucl-1.01-r1.ebuild4
-rw-r--r--dev-libs/ucl/ucl-1.02.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/ucl/ucl-1.01-r1.ebuild b/dev-libs/ucl/ucl-1.01-r1.ebuild
index ac561bbda511..b17a91aa81f8 100644
--- a/dev-libs/ucl/ucl-1.01-r1.ebuild
+++ b/dev-libs/ucl/ucl-1.01-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.13 2004/06/24 23:36:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.14 2004/07/14 15:12:50 agriffis Exp $
inherit flag-o-matic
@@ -11,6 +11,7 @@ SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa amd64 ppc64"
+IUSE=""
src_compile() {
# Doing this b/c UCL will be included in the kernel
@@ -25,4 +26,3 @@ src_compile() {
src_install() {
make install DESTDIR=${D} || die
}
-
diff --git a/dev-libs/ucl/ucl-1.02.ebuild b/dev-libs/ucl/ucl-1.02.ebuild
index f16486ab357a..3b7613202634 100644
--- a/dev-libs/ucl/ucl-1.02.ebuild
+++ b/dev-libs/ucl/ucl-1.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.02.ebuild,v 1.2 2004/06/24 23:36:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.02.ebuild,v 1.3 2004/07/14 15:12:50 agriffis Exp $
inherit flag-o-matic
@@ -11,6 +11,7 @@ SRC_URI="http://www.oberhumer.com/opensource/ucl/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
+IUSE=""
src_compile() {
# Doing this b/c UCL will be included in the kernel
@@ -25,4 +26,3 @@ src_compile() {
src_install() {
make install DESTDIR=${D} || die
}
-