add libxflaim

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@1129 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-04-19 19:02:11 +00:00
parent 1f1248cc5c
commit d39d353eaf
3 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,3 @@
EBUILD libxflaim-5.2_pre1084.ebuild 839 RMD160 7560a5b81d8aefc5d8551480016b7770b6fa8a74 SHA1 01dcef78f472534177e59e89e9896dcee775eb42 SHA256 973023caeec650605a810b32a227acac03f7990e72a084093af3d4e646fc024d
MISC ChangeLog 694 RMD160 ab2a121f10745ed7aad6f2feae1c1928d6f70fc0 SHA1 3fb4f923f75667c5329cd94dfaf398c283ffe186 SHA256 6b8fc9a9de88ccc4db71c308c39cbbfba6f4d7bd8d92de33d7925af7005f410a
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -0,0 +1,34 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit autotools subversion
ESVN_REPO_URI="https://forgesvn1.novell.com/svn/flaim/trunk/xflaim/@${PV/5.2_pre/}"
DESCRIPTION="FLAIM is an acronym that stands for FLexible Adaptable Information Management."
HOMEPAGE="http://forge.novell.com/modules/xfmod/project/?flaim"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
SLOT="0"
IUSE=""
RDEPEND="sys-libs/ncurses
>=dev-libs/libflaimtk-1.2_pre${PV/5.2_pre/}"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.2"
src_prepare() {
eautoreconf -i
}
src_configure() {
econf || die "configure failed"
}
src_install() {
einstall || die "einstall failed"
rm -r "${D}"/usr/share/doc/xflaim || die "rm olddoc failed"
dodoc AUTHORS NEWS ChangeLog README || die "dodoc failed"
}

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!--
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
This is the example metadata file.
The root element of this file is <pkgmetadata>. Within this element a
number of subelements are allowed: herd, maintainer, and
longdescription. herd is a required subelement.
For a full description look at:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
Before committing, please remove the comments from this file. They are
not relevant for general metadata.xml files.
-->
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>@gentoo.org</email>
<!-- <description>Description of the maintainership</description> -->
</maintainer>
<!-- <longdescription>Long description of the package</longdescription> -->
<!--
<use>
<flag name='flag'>Description of how USE='flag' affects this package</flag>
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
package</flag>
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
Requires an installed dictionary from <cat>app-dicts</cat></flag>
</use>
-->
</pkgmetadata>