diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-10 21:00:37 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-10 21:00:37 +0000 |
commit | 6354848d36b9d6f1ce61812a1184418af26b76f5 (patch) | |
tree | 1a3a31a097856b065def1e7ea82d62c0db95f070 /gnustep-apps/plconv/plconv-0.1.ebuild | |
parent | Fix interbase support for bug #186791 (diff) | |
download | gentoo-2-6354848d36b9d6f1ce61812a1184418af26b76f5.tar.gz gentoo-2-6354848d36b9d6f1ce61812a1184418af26b76f5.tar.bz2 gentoo-2-6354848d36b9d6f1ce61812a1184418af26b76f5.zip |
Initial import from the GNUstep overlay
(Portage version: 2.1.3.9)
Diffstat (limited to 'gnustep-apps/plconv/plconv-0.1.ebuild')
-rw-r--r-- | gnustep-apps/plconv/plconv-0.1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnustep-apps/plconv/plconv-0.1.ebuild b/gnustep-apps/plconv/plconv-0.1.ebuild new file mode 100644 index 000000000000..789c935ac8f8 --- /dev/null +++ b/gnustep-apps/plconv/plconv-0.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/plconv/plconv-0.1.ebuild,v 1.1 2007/09/10 21:00:36 voyageur Exp $ + +inherit gnustep-2 + +DESCRIPTION="Command-line tool for converting between different property-list formats" +HOMEPAGE="http://home.gna.org/pmanager/" +SRC_URI="http://download.gna.org/pmanager/0.2/${P}.tar.bz2" + +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="GPL-2" +SLOT="0" |