dev-libs/freexl: bump to 1.0.2

Package-Manager: portage-2.2.28
This commit is contained in:
Sam Jorna
2016-03-27 22:27:07 +11:00
parent 2f34d7b6e9
commit e17cd2c425
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST freexl-1.0.1.tar.gz 933371 SHA256 df0127e1e23e9ac9a189c27880fb71207837e8cba93d21084356491c9934b89b SHA512 a945d642a7ae9bc7c9dfc48a5bfd61da71290558bbcc73124bc09f08e8eae3bc96ab5e478a5b5205a897ad5d7783269a8232992d5068121436013c51524801c5 WHIRLPOOL 3d5277d3797784cd561867c95bdd80104088acc0b8b5b92268e540c313621421b1b065bafcef59b43fd4311d7cebeddcdb0f1cb22005a80b717719b1c524a597
DIST freexl-1.0.2.tar.gz 939064 SHA256 b39a4814a0f53f5e09a9192c41e3e51bd658843f770399023a963eb064f6409d SHA512 554ad06905cbac3f88694e798369c1e1c4c64709eb4086b80eb3370dfd3bdc31d1b58441bcbf40b72700f177606ae900f2ab48ead873ac331c82edd718318354 WHIRLPOOL c77d18eeca8bfe2197295a69d52bfde858b07975e2b971e41a70fb5912cca167b8ff1c1ce8040520a26aade434e94aa4d6c33666634792c6cd6640ae65263e73

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit eutils
DESCRIPTION="Simple XLS data extraction library"
HOMEPAGE="http://www.gaia-gis.it/gaia-sins/"
SRC_URI="http://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="static-libs"
DEPEND="virtual/libiconv"
RDEPEND="${DEPEND}"
src_configure() {
econf \
$(use_enable static-libs static)
}
src_install() {
default
prune_libtool_files --all
}