summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2013-06-07 13:57:26 +0000
committerDaniel Pielmeier <billie@gentoo.org>2013-06-07 13:57:26 +0000
commitd60d52a1bf543c558630c92737f62e40e2cde3ec (patch)
tree97895ad5cf8e17115c4f63e947b00e81b027dc88 /sys-fs/fatsort
parentVersion bump. Removed old (diff)
downloadgentoo-2-d60d52a1bf543c558630c92737f62e40e2cde3ec.tar.gz
gentoo-2-d60d52a1bf543c558630c92737f62e40e2cde3ec.tar.bz2
gentoo-2-d60d52a1bf543c558630c92737f62e40e2cde3ec.zip
Remove old.
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'sys-fs/fatsort')
-rw-r--r--sys-fs/fatsort/ChangeLog5
-rw-r--r--sys-fs/fatsort/fatsort-1.0.1.314.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/sys-fs/fatsort/ChangeLog b/sys-fs/fatsort/ChangeLog
index 32fcc530441a..72973fe8bba6 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.28 2013/05/24 19:00:21 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.29 2013/06/07 13:57:26 billie Exp $
+
+ 07 Jun 2013; Daniel Pielmeier <billie@gentoo.org> -fatsort-1.0.1.314.ebuild:
+ Remove old.
24 May 2013; Daniel Pielmeier <billie@gentoo.org> -fatsort-1.0.275.ebuild:
Remove old.
diff --git a/sys-fs/fatsort/fatsort-1.0.1.314.ebuild b/sys-fs/fatsort/fatsort-1.0.1.314.ebuild
deleted file mode 100644
index 928e18846d33..000000000000
--- a/sys-fs/fatsort/fatsort-1.0.1.314.ebuild
+++ /dev/null
@@ -1,29 +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-1.0.1.314.ebuild,v 1.1 2013/05/18 08:09:17 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
-
- sed -i -e 's/install#/install #/g' Makefile || die
-}
-
-src_compile() {
- emake CC=$(tc-getCC) LD=$(tc-getCC) \
- CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
- DESTDIR="${D}"
-}