diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-14 08:41:36 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-14 08:41:36 +0000 |
commit | 0ee68e2ea3b7fd7bb6ea15d532d655b225de99ed (patch) | |
tree | 68a8b360e991e6ff20f9c88fa0fea12d2d8dc33c /dev-libs/libdshconfig/libdshconfig-0.20.13.ebuild | |
parent | Leave the package to the perl@ herd. (diff) | |
download | historical-0ee68e2ea3b7fd7bb6ea15d532d655b225de99ed.tar.gz historical-0ee68e2ea3b7fd7bb6ea15d532d655b225de99ed.tar.bz2 historical-0ee68e2ea3b7fd7bb6ea15d532d655b225de99ed.zip |
Stable .12 on ppc. Prune older. Add latest version to testing and update it to eapi4.
Package-Manager: portage-2.2.0_alpha128/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libdshconfig/libdshconfig-0.20.13.ebuild')
-rw-r--r-- | dev-libs/libdshconfig/libdshconfig-0.20.13.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-libs/libdshconfig/libdshconfig-0.20.13.ebuild b/dev-libs/libdshconfig/libdshconfig-0.20.13.ebuild new file mode 100644 index 000000000000..de1d6958f921 --- /dev/null +++ b/dev-libs/libdshconfig/libdshconfig-0.20.13.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdshconfig/libdshconfig-0.20.13.ebuild,v 1.1 2012/09/14 08:41:36 scarabeus Exp $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Library for parsing dsh.style configuration files" +HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" +SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~m68k-mint" +IUSE="static-libs" + +DEPEND="" +RDEPEND="virtual/ssh" + +src_configure() { + econf \ + $(use_enable static-libs static) +} + +src_install() { + default + + prune_libtool_files --all +} |