sys-devel/slibtool: remove old

Closes: https://github.com/gentoo/gentoo/pull/5514
This commit is contained in:
Felix Janda
2017-08-22 20:16:46 -04:00
committed by Michał Górny
parent 94b36d4e55
commit f43c5160f9
2 changed files with 0 additions and 18 deletions

View File

@@ -1,2 +1 @@
DIST slibtool-0.5.13.tar.xz 50200 SHA256 ad79658de08f5cd120dd3caa97c6ff5883b2bf093c6fbb3c9c0ec00b139ad9c7 SHA512 6a2be8a78c2c22ed3d1346844d266256d44350e13b8e379d5d8671b89b1abc166aef6b7a6703cf0f40f8fabd9f5f86e970fdb33bc782bb34e2ec51f10c5403a7 WHIRLPOOL 65b0fd9869ce61c36692a0f9a5ce9b7fd99e7228cd7a85ec64456c2b4db907b134359218ee28b7614a255bb0241647c2d46022b5c7f9fee70d758bde765a19f4
DIST slibtool-0.5.17.tar.xz 51884 SHA256 de24fb363978531efac0d14392983c6600d180bc6bb2c33143fc42c99cd0b5a4 SHA512 d5847e7f4ca63c44e6ee58d7ceacc409a684e33a290f6888fdbc398303183b9ce9ae94d86b0270db865eafae2deb0681c6ecdd7d472cff7ad4d2d99a7457bdac WHIRLPOOL ebee26ff360825e1941059f91f05906d657806ff3bc15c53ae6b0f1cec44a66f573f42992d641b554431819fb4c47081fb814fecfc9b60c164efeca5b88cf19f

View File

@@ -1,17 +0,0 @@
# 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
}