Skip to content

Commit

Permalink
sys-devel/slibtool: version bump to 0.5.13
Browse files Browse the repository at this point in the history
Closes: gentoo#5187
  • Loading branch information
doughdemon authored and SoapGentoo committed Jul 30, 2017
1 parent 181ec82 commit a07c0ae
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-devel/slibtool/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST slibtool-0.5.12.tar.xz 50024 SHA256 5e70e3fa41f42e0e4569795dc9bed6261b93a6fa5dc2a354ffa7fdf0cff85c1b SHA512 02ec00c6c4819f6686cce0483cdaa7247a3a25002679e26f7414f2ee9b10db11018e38da09666a50e1cc14fef1f777a6c400e9e3c0a6c0fef8c47d5a56942d25 WHIRLPOOL 9dead8400e449154bc6a2608b46514ae576b835bf7a864b404031bd34d264e8190529e99ccff795b18f1ea401fa4c5ec4292c8a187e1b9816da4efefdd06f836
DIST slibtool-0.5.13.tar.xz 50200 SHA256 ad79658de08f5cd120dd3caa97c6ff5883b2bf093c6fbb3c9c0ec00b139ad9c7 SHA512 6a2be8a78c2c22ed3d1346844d266256d44350e13b8e379d5d8671b89b1abc166aef6b7a6703cf0f40f8fabd9f5f86e970fdb33bc782bb34e2ec51f10c5403a7 WHIRLPOOL 65b0fd9869ce61c36692a0f9a5ce9b7fd99e7228cd7a85ec64456c2b4db907b134359218ee28b7614a255bb0241647c2d46022b5c7f9fee70d758bde765a19f4
17 changes: 17 additions & 0 deletions sys-devel/slibtool/slibtool-0.5.13.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="A skinny libtool implementation, written in C"

HOMEPAGE="http://git.midipix.org/cgit.cgi/slibtool"
SRC_URI="http://git.midipix.org/cgit.cgi/${PN}/snapshot/${P}.tar.xz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm"

src_configure() {
./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die
}

0 comments on commit a07c0ae

Please sign in to comment.