diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-12-10 17:51:46 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2017-12-10 17:51:46 +0100 |
commit | c0d2d2860eed689e416b7c7b2ecb60cfb8d70359 (patch) | |
tree | aa00ef9ce729253cf333d418b2c3941bc17db5c5 /app-emulation/libdsk | |
parent | www-plugins/google-talkplugin: Update Manifest hashes. (diff) | |
download | gentoo-c0d2d2860eed689e416b7c7b2ecb60cfb8d70359.tar.gz gentoo-c0d2d2860eed689e416b7c7b2ecb60cfb8d70359.tar.bz2 gentoo-c0d2d2860eed689e416b7c7b2ecb60cfb8d70359.zip |
app-emulation/libdsk: Drops old version
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-emulation/libdsk')
-rw-r--r-- | app-emulation/libdsk/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/libdsk/libdsk-1.5.4.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-emulation/libdsk/Manifest b/app-emulation/libdsk/Manifest index f7f43cfb9393..d7e3f651ed9d 100644 --- a/app-emulation/libdsk/Manifest +++ b/app-emulation/libdsk/Manifest @@ -1,2 +1 @@ -DIST libdsk-1.5.4.tar.gz 1211575 BLAKE2B 252a90f8ecea1ce2d525bb66b1efa5896065dc0ceadf9170fedf3362626f905b89f5092afe701654a4e9a3fe732c877958f4c6c3107eabc6f451923e88246a3c SHA512 df5781a1c75d18897eaeb298222515241d7f0e3bfc6b88a15557f809ddb6674347a84227028dd9915b1086e9bb5481280e0337fc9167b7ba0e888e77c9d448c2 DIST libdsk-1.5.5.tar.gz 1211603 BLAKE2B 678f2fd4f7c275e413f3626858368ba631a03ba06079e0e5a76b792fd664e09df8bab3c7773365bbda4d2cbe27730fc2d46d4e4bf68828e0beab30b87147088d SHA512 58d5f78e7c83870f62804278ab4a801086763c5fda7bf8740edec3b9e69b35ececa98c9c6689dcd4b31053fa392952362ac461956b00f6f17a5da4b56aa6342b diff --git a/app-emulation/libdsk/libdsk-1.5.4.ebuild b/app-emulation/libdsk/libdsk-1.5.4.ebuild deleted file mode 100644 index d7b91ae18fbb..000000000000 --- a/app-emulation/libdsk/libdsk-1.5.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="LIBDSK is a library for accessing discs and disc image files" -HOMEPAGE="http://www.seasip.info/Unix/LibDsk/" -SRC_URI="http://www.seasip.info/Unix/LibDsk/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -src_install() { - emake DESTDIR="${D}" install - DOCS="doc/${PN}.txt doc/${PN}.pdf" einstalldocs -} |