dev-libs/libdshconfig: drop old EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-06-03 15:04:12 -04:00
parent 012abdf594
commit ff97731fb9
2 changed files with 0 additions and 22 deletions

View File

@@ -1,2 +1 @@
DIST libdshconfig-0.20.12.tar.gz 316955 BLAKE2B d19a59e46ad625d671a3a0166e4fb1f2810e00a5289353ffce87a50f32bde8d56c53e1a03969242b7f578b69c087938851d8b0a0897c16e96d6b9b8ea7d7c765 SHA512 6ee7e813599715c2217f05212e0efb94d9588f71db3f3f470e50e9fbde93be3fd3ce3b8164251ea647e76ba9fd0db502985b5fc1e3afffdf9074a00ee9900b64
DIST libdshconfig-0.20.13.tar.gz 323720 BLAKE2B d470f71930e9c2b909d99fc177a0d867dca459c7831a2752b39573729a3b875bd65fd6cc68da3966912987b07f956afebe84d6f5329437eed391ac92c2ebb296 SHA512 04f3580bf1e1dbac130d350eb4c6e86a980f2ae8636a206821813ed0e14db07dc7ea720ebb3816455a4a939294caa2f2247b7348ecea72769a6f05bee0dbf19a

View File

@@ -1,21 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=0
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=""
DEPEND=""
RDEPEND="virtual/ssh"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc ChangeLog
}