commit:     f613d858855a7b01c4b73ad74dd3ce07689092e5
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 18:19:08 2018 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 18:19:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f613d858

sys-fs/fatsort: Remove old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-fs/fatsort/Manifest           |  1 -
 sys-fs/fatsort/fatsort-1.3.ebuild | 39 ---------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/sys-fs/fatsort/Manifest b/sys-fs/fatsort/Manifest
index 5400d2bcd23..a556760e427 100644
--- a/sys-fs/fatsort/Manifest
+++ b/sys-fs/fatsort/Manifest
@@ -1,2 +1 @@
-DIST fatsort-1.3.365.tar.gz 57209 BLAKE2B 
0e79373c8e8a286f7445294f0dea210943e015d3c834e9f363a114d000ca8afd12f43c7de3aacf4d07f674db0188edf257489667a5f1bec16cf2d28c6e20c59a
 SHA512 
e3611841501e6dded8fd6270188ffb00191a20e93d84b0729cd2e215d37317f48e08bd67da41b88604858ef6f661e4b921b80645f454b78f91bfd2d0d4254d29
 DIST fatsort-1.4.2.439.tar.xz 41852 BLAKE2B 
30ffc8575ca50a71c09c5f90e658a150ece34a9bed664696d8969ccbe4c3cb1b0130d830990e259889fab331ccf0c35e3f0aa3401628fdff3e04acbb7d0b53dd
 SHA512 
c51b5316b34e1a74e2a8d1c625716fd022d32e40a92ef56b88fbc940b5e6dd6c978b733f180477e8b5b3235b46cd16eb74798c5aadd45de9ead1f1bafdf52fee

diff --git a/sys-fs/fatsort/fatsort-1.3.ebuild 
b/sys-fs/fatsort/fatsort-1.3.ebuild
deleted file mode 100644
index d2e195201b1..00000000000
--- a/sys-fs/fatsort/fatsort-1.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-SVN_REV=365
-MY_P=${P}.${SVN_REV}
-
-DESCRIPTION="Sorts files on FAT16/32 partitions, ideal for basic audio players"
-HOMEPAGE="http://fatsort.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-DEPEND="test? ( dev-util/bbe sys-fs/dosfstools )"
-
-RESTRICT="test? ( userpriv )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-       sed -i -e '/^\(MANDIR=\|SBINDIR=\)/s|/usr/local|/usr|' \
-               $(find ./ -name Makefile) || die
-}
-
-src_compile() {
-       emake CC=$(tc-getCC) LD=$(tc-getCC) \
-               CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
-               DESTDIR="${D}"
-}
-
-src_test() {
-       make tests
-}

Reply via email to