diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2005-12-23 20:52:49 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2005-12-23 20:52:49 +0000 |
commit | c9aeea128d7157952275aac39c7748561102af91 (patch) | |
tree | 9702968ad1c238866edbd84208a2f13c2e141a49 /x11-libs | |
parent | Fixed borked clean up. (diff) | |
download | historical-c9aeea128d7157952275aac39c7748561102af91.tar.gz historical-c9aeea128d7157952275aac39c7748561102af91.tar.bz2 historical-c9aeea128d7157952275aac39c7748561102af91.zip |
Initial import of libsexy
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libsexy/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/libsexy/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/libsexy/files/digest-libsexy-0.1.4 | 1 | ||||
-rw-r--r-- | x11-libs/libsexy/libsexy-0.1.4.ebuild | 27 | ||||
-rw-r--r-- | x11-libs/libsexy/metadata.xml | 12 |
5 files changed, 54 insertions, 0 deletions
diff --git a/x11-libs/libsexy/ChangeLog b/x11-libs/libsexy/ChangeLog new file mode 100644 index 000000000000..d18d330161e3 --- /dev/null +++ b/x11-libs/libsexy/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/libsexy +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.1 2005/12/23 20:52:49 compnerd Exp $ + +*libsexy-0.1.4 (23 Dec 2005) + + 23 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org> +metadata.xml, + +libsexy-0.1.4.ebuild: + Initial import of libsexy + diff --git a/x11-libs/libsexy/Manifest b/x11-libs/libsexy/Manifest new file mode 100644 index 000000000000..932c602e5b4b --- /dev/null +++ b/x11-libs/libsexy/Manifest @@ -0,0 +1,4 @@ +MD5 15f4078ec18a545165de8907fdb3bec8 ChangeLog 362 +MD5 81dd956759c4566e392c51ea95ac379e files/digest-libsexy-0.1.4 65 +MD5 0cb62c78090dd62185b47632e298f11b libsexy-0.1.4.ebuild 701 +MD5 715c5480cdc2603baa75a13cf20e3d24 metadata.xml 312 diff --git a/x11-libs/libsexy/files/digest-libsexy-0.1.4 b/x11-libs/libsexy/files/digest-libsexy-0.1.4 new file mode 100644 index 000000000000..98b8073f9778 --- /dev/null +++ b/x11-libs/libsexy/files/digest-libsexy-0.1.4 @@ -0,0 +1 @@ +MD5 2fb4072a740b9ab4ad2ff5a323f7fd3d libsexy-0.1.4.tar.gz 314781 diff --git a/x11-libs/libsexy/libsexy-0.1.4.ebuild b/x11-libs/libsexy/libsexy-0.1.4.ebuild new file mode 100644 index 000000000000..65987f65ab36 --- /dev/null +++ b/x11-libs/libsexy/libsexy-0.1.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.4.ebuild,v 1.1 2005/12/23 20:52:49 compnerd Exp $ + +inherit gnome2 + +DESCRIPTION="Sexy GTK+ Widgets" +HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" +SRC_URI="http://osiris.chipx86.com/projects/libsexy/releases/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc" + +RDEPEND=">=x11-libs/gtk+-2.6 + >=app-text/enchant-0.4.0 + >=app-text/iso-codes-0.35" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS ChangeLog NEWS README" +USE_DESTDIR="1" + +pkg_config() { + G2CONF="${G2CONF} --enable-enchant" +} diff --git a/x11-libs/libsexy/metadata.xml b/x11-libs/libsexy/metadata.xml new file mode 100644 index 000000000000..f0c7cf76c057 --- /dev/null +++ b/x11-libs/libsexy/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>Gentopia</herd> + <maintainer> + <email>compnerd@gentoo.org</email> + <name>Saleem Abdulrasool</name> + </maintainer> + <longdescription lang="en"> + </longdescription> +</pkgmetadata> + |