summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2013-07-05 16:08:32 +0000
committerDaniel Pielmeier <billie@gentoo.org>2013-07-05 16:08:32 +0000
commit826b7119445298934bb50df7949fb5d34b478ec0 (patch)
treeb0ab5da95fed8d0bc847aa6da29cf986dcc07da8 /sys-fs
parentRemove old. (diff)
downloadgentoo-2-826b7119445298934bb50df7949fb5d34b478ec0.tar.gz
gentoo-2-826b7119445298934bb50df7949fb5d34b478ec0.tar.bz2
gentoo-2-826b7119445298934bb50df7949fb5d34b478ec0.zip
Remove old.
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fatsort/ChangeLog5
-rw-r--r--sys-fs/fatsort/fatsort-0.9.17.269.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/sys-fs/fatsort/ChangeLog b/sys-fs/fatsort/ChangeLog
index 598054fa7e4c..cf07cfdafd13 100644
--- a/sys-fs/fatsort/ChangeLog
+++ b/sys-fs/fatsort/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fatsort
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.33 2013/06/30 18:17:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.34 2013/07/05 16:08:32 billie Exp $
+
+ 05 Jul 2013; Daniel Pielmeier <billie@gentoo.org> -fatsort-0.9.17.269.ebuild:
+ Remove old.
30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> fatsort-1.1.1.ebuild:
Stable for x86, wrt bug #472580
diff --git a/sys-fs/fatsort/fatsort-0.9.17.269.ebuild b/sys-fs/fatsort/fatsort-0.9.17.269.ebuild
deleted file mode 100644
index 8c429bb81146..000000000000
--- a/sys-fs/fatsort/fatsort-0.9.17.269.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.17.269.ebuild,v 1.4 2013/03/04 19:27:15 billie Exp $
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Sorts files on FAT16/32 partitions, ideal for basic audio players."
-HOMEPAGE="http://fatsort.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-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}"
-}