diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-04-06 09:22:31 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2017-04-06 09:22:31 +0200 |
commit | 47d7e8d90095dea484a232b5f52413dd8bd26f6c (patch) | |
tree | d266e607a4efe4286617f97a619527d2a0fbc83d /app-emulation | |
parent | dev-ruby/listen: add ~ppc keyword (bug 589798). (diff) | |
download | gentoo-47d7e8d90095dea484a232b5f52413dd8bd26f6c.tar.gz gentoo-47d7e8d90095dea484a232b5f52413dd8bd26f6c.tar.bz2 gentoo-47d7e8d90095dea484a232b5f52413dd8bd26f6c.zip |
app-emulation/libdsk: Drops old version
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libdsk/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/libdsk/libdsk-1.4.2.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-emulation/libdsk/Manifest b/app-emulation/libdsk/Manifest index fce68744bb08..46dda5d5efd5 100644 --- a/app-emulation/libdsk/Manifest +++ b/app-emulation/libdsk/Manifest @@ -1,2 +1 @@ -DIST libdsk-1.4.2.tar.gz 1083103 SHA256 71eda9d0e33ab580cea1bb507467877d33d887cea6ec042b8d969004db89901a SHA512 7550b131b0ac061aa755260263e439959aa747cdac2c0df2d7e20c89c5724910ae948793884bda9fe4e504608fd34baa2db72d2066a91dda6eb797bedffd1a39 WHIRLPOOL c43af081189f28e362d104f533c777827b17511a44634dc01d3eca80289d58bc2a8d1dc1ab7049a1f6099c027742a8abbf5c3eac995736e61e5f6d1fd790155e DIST libdsk-1.5.4.tar.gz 1211575 SHA256 e1c56f6395a011d508a5e548dcbcadce8ee8cb95740f986d6e8e3695ed59de82 SHA512 df5781a1c75d18897eaeb298222515241d7f0e3bfc6b88a15557f809ddb6674347a84227028dd9915b1086e9bb5481280e0337fc9167b7ba0e888e77c9d448c2 WHIRLPOOL fa0c55695c26775844138f58d12138ea3eb58a28da7fbce2015a48cb55f1968ff929421ccf2fba4f3ec87e45607b110bdb92f1d59dcd0daba345b35514b41637 diff --git a/app-emulation/libdsk/libdsk-1.4.2.ebuild b/app-emulation/libdsk/libdsk-1.4.2.ebuild deleted file mode 100644 index 1743f38a341a..000000000000 --- a/app-emulation/libdsk/libdsk-1.4.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 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" - -DEPEND="doc? ( app-office/lyx )" -RDEPEND="" - -src_prepare() { - if ! use doc ; then - sed -i Makefile.in -e '/^SUBDIRS/s|doc$||' || die - fi - eapply_user -} |