diff options
author | 2003-02-20 12:33:34 +0000 | |
---|---|---|
committer | 2003-02-20 12:33:34 +0000 | |
commit | 3f501b9b898040eec27870001000802e29fa3152 (patch) | |
tree | 450787dd44dd02cb84fcbd7dfecc82fe8ad5fcfd /x11-libs | |
parent | initial import for e17 seperation (diff) | |
download | gentoo-2-3f501b9b898040eec27870001000802e29fa3152.tar.gz gentoo-2-3f501b9b898040eec27870001000802e29fa3152.tar.bz2 gentoo-2-3f501b9b898040eec27870001000802e29fa3152.zip |
initial import for e17 seperation
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/ewl/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/ewl/ewl-0.0.2.20030220.ebuild | 39 | ||||
-rw-r--r-- | x11-libs/ewl/files/digest-ewl-0.0.2.20030220 | 1 |
3 files changed, 48 insertions, 0 deletions
diff --git a/x11-libs/ewl/ChangeLog b/x11-libs/ewl/ChangeLog new file mode 100644 index 000000000000..95c4c58aecca --- /dev/null +++ b/x11-libs/ewl/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-libs/ewl +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ewl/ChangeLog,v 1.1 2003/02/20 12:33:34 vapier Exp $ + +*ewl-0.0.2.20030220 (20 Feb 2003) + + 20 Feb 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/x11-libs/ewl/ewl-0.0.2.20030220.ebuild b/x11-libs/ewl/ewl-0.0.2.20030220.ebuild new file mode 100644 index 000000000000..61a9cdeabe76 --- /dev/null +++ b/x11-libs/ewl/ewl-0.0.2.20030220.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ewl/ewl-0.0.2.20030220.ebuild,v 1.1 2003/02/20 12:33:34 vapier Exp $ + +DESCRIPTION="simple-to-use general purpose widget library" +HOMEPAGE="http://www.enlightenment.org/pages/ewl.html" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://wh0rd.tk/gentoo/distfiles/${P}.tar.bz2" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86" +IUSE="pic" + +DEPEND="virtual/glibc + sys-devel/gcc + >=x11-libs/evas-1.0.0.2003* + >=media-libs/ebits-1.0.1.2003* + >=dev-db/edb-1.0.3.2003* + >=x11-libs/ecore-0.0.2.2003* + >=dev-libs/ewd-0.0.1.2003*" + +S=${WORKDIR}/${PN} + +src_compile() { + cp autogen.sh{,.old} + sed -e 's:.*configure.*::' autogen.sh.old > autogen.sh + env USER=BLAH WANT_AUTOCONF_2_5=1 ./autogen.sh || die "could not autogen" + + econf `use_with pic` --with-gnu-ld || die + emake || die +} + +src_install() { + make install DESTDIR=${D} || die + find ${D} -name CVS -type d -exec rm -rf '{}' \; + dodoc AUTHORS ChangeLog NEWS README + dohtml -r doc +} diff --git a/x11-libs/ewl/files/digest-ewl-0.0.2.20030220 b/x11-libs/ewl/files/digest-ewl-0.0.2.20030220 new file mode 100644 index 000000000000..4499ae02a9f0 --- /dev/null +++ b/x11-libs/ewl/files/digest-ewl-0.0.2.20030220 @@ -0,0 +1 @@ +MD5 c0132210c101a0a5ebe9cf4761765f21 ewl-0.0.2.20030220.tar.bz2 1290308 |