diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-14 02:47:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-14 02:47:19 +0000 |
commit | 158a3f723f6fa160cecb219fa7efdbaf274a3aac (patch) | |
tree | 42a76f425d02788eaf7a34a1141ebe500359cf0f /x11-libs | |
parent | fix the DESTDIR support (diff) | |
download | gentoo-2-158a3f723f6fa160cecb219fa7efdbaf274a3aac.tar.gz gentoo-2-158a3f723f6fa160cecb219fa7efdbaf274a3aac.tar.bz2 gentoo-2-158a3f723f6fa160cecb219fa7efdbaf274a3aac.zip |
initial ebuild
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/esmart/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/esmart/esmart-0.0.2.20031013.ebuild | 12 | ||||
-rw-r--r-- | x11-libs/esmart/files/digest-esmart-0.0.2.20031013 | 1 | ||||
-rw-r--r-- | x11-libs/esmart/metadata.xml | 12 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11-libs/esmart/ChangeLog b/x11-libs/esmart/ChangeLog new file mode 100644 index 000000000000..0f20c58fe9c2 --- /dev/null +++ b/x11-libs/esmart/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-libs/esmart +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/esmart/ChangeLog,v 1.1 2003/10/14 02:47:19 vapier Exp $ + +*esmart-0.0.2.20031013 (13 Oct 2003) + + 13 Oct 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/x11-libs/esmart/esmart-0.0.2.20031013.ebuild b/x11-libs/esmart/esmart-0.0.2.20031013.ebuild new file mode 100644 index 000000000000..c780de81326e --- /dev/null +++ b/x11-libs/esmart/esmart-0.0.2.20031013.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/esmart/esmart-0.0.2.20031013.ebuild,v 1.1 2003/10/14 02:47:19 vapier Exp $ + +inherit enlightenment flag-o-matic + +DESCRIPTION="A collection of evas smart objects" +HOMEPAGE="http://www.enlightenment.org/pages/evas.html" + +DEPEND=">=x11-libs/evas-1.0.0.20031013_pre12 + >=x11-libs/ecore-1.0.0.20031013_pre4 + >=media-libs/imlib2-1.1.0" diff --git a/x11-libs/esmart/files/digest-esmart-0.0.2.20031013 b/x11-libs/esmart/files/digest-esmart-0.0.2.20031013 new file mode 100644 index 000000000000..2bdeb1a2407e --- /dev/null +++ b/x11-libs/esmart/files/digest-esmart-0.0.2.20031013 @@ -0,0 +1 @@ +MD5 6b9f4a5147775bc7c91135f605b2fa96 esmart-0.0.2.20031013.tar.bz2 92676 diff --git a/x11-libs/esmart/metadata.xml b/x11-libs/esmart/metadata.xml new file mode 100644 index 000000000000..dc315339b9e4 --- /dev/null +++ b/x11-libs/esmart/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>vapier@gentoo.org</email> + <name>Mike Frysinger</name> +</maintainer> +<longdescription> +A collection of evas smart objects +</longdescription> +</pkgmetadata> |