diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-16 00:42:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-16 00:42:48 +0000 |
commit | 5ecd198e2983d63ab5bf393e8dc32bc315c42d44 (patch) | |
tree | 6b42b5e151aee9a4255df18aa07b9460df78aecc /app-misc/examine | |
parent | homepage update (diff) | |
download | gentoo-2-5ecd198e2983d63ab5bf393e8dc32bc315c42d44.tar.gz gentoo-2-5ecd198e2983d63ab5bf393e8dc32bc315c42d44.tar.bz2 gentoo-2-5ecd198e2983d63ab5bf393e8dc32bc315c42d44.zip |
initial ebuild
Diffstat (limited to 'app-misc/examine')
-rw-r--r-- | app-misc/examine/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/examine/Manifest | 2 | ||||
-rw-r--r-- | app-misc/examine/examine-0.0.1.20031115.ebuild | 13 | ||||
-rw-r--r-- | app-misc/examine/files/digest-examine-0.0.1.20031115 | 1 | ||||
-rw-r--r-- | app-misc/examine/metadata.xml | 27 |
5 files changed, 51 insertions, 0 deletions
diff --git a/app-misc/examine/ChangeLog b/app-misc/examine/ChangeLog new file mode 100644 index 000000000000..4ecb801c68e7 --- /dev/null +++ b/app-misc/examine/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-misc/examine +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/examine/ChangeLog,v 1.1 2003/11/16 00:42:48 vapier Exp $ + +*examine-0.0.1.20031115 (15 Nov 2003) + + 15 Nov 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/app-misc/examine/Manifest b/app-misc/examine/Manifest new file mode 100644 index 000000000000..b43bf116c797 --- /dev/null +++ b/app-misc/examine/Manifest @@ -0,0 +1,2 @@ +MD5 22ff1b37a5227afd47ac79979923fe4f examine-0.0.1.20031115.ebuild 489 +MD5 0c918e8c8931e73335500d38dfa8f6a4 files/digest-examine-0.0.1.20031115 76 diff --git a/app-misc/examine/examine-0.0.1.20031115.ebuild b/app-misc/examine/examine-0.0.1.20031115.ebuild new file mode 100644 index 000000000000..0c8d6a1584d6 --- /dev/null +++ b/app-misc/examine/examine-0.0.1.20031115.ebuild @@ -0,0 +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-misc/examine/examine-0.0.1.20031115.ebuild,v 1.1 2003/11/16 00:42:48 vapier Exp $ + +inherit enlightenment + +DESCRIPTION="configuration library for applications based on the EFL" + +DEPEND=">=dev-libs/eet-0.9.0.20031115 + >=dev-db/edb-1.0.4.20031115 + >=x11-libs/ewl-0.0.3.20031115 + >=x11-libs/ecore-1.0.0.20031115_pre4 + sys-libs/readline" diff --git a/app-misc/examine/files/digest-examine-0.0.1.20031115 b/app-misc/examine/files/digest-examine-0.0.1.20031115 new file mode 100644 index 000000000000..bbf2c2616d5e --- /dev/null +++ b/app-misc/examine/files/digest-examine-0.0.1.20031115 @@ -0,0 +1 @@ +MD5 245a3ea9c3a7a956f06dbcc7ef1ceb9f examine-0.0.1.20031115.tar.bz2 1053882 diff --git a/app-misc/examine/metadata.xml b/app-misc/examine/metadata.xml new file mode 100644 index 000000000000..c2d9f15498dd --- /dev/null +++ b/app-misc/examine/metadata.xml @@ -0,0 +1,27 @@ +<?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> +Examine is a configuration library for applications based on the Enlightenment +Foundation Libraries (EFL). +Using examine an application can register a property (key->value), modify or +read a property, load and save these values to edb databases and listen to +changes in the value. +The API for examine has been kept as simple as possible to allow programs to +easily access configuration information, but also to expand the given +structures to include application specific data. +Included with examine are two applications, examiner (still to come) and exsh. +These applications connect to the configuration library and allow the user to +alter configurations. +The configurations are stored in edb format and can either be read from the +default ~/.e/appname/config.db location, or from a specified file elsewhere. + +More complex applications can make use of "bundles" (sets of properties) so +that each window or view can use a different set of properties. +</longdescription> +</pkgmetadata> |