summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-12-12 11:15:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-12-12 11:15:29 +0000
commit5feea85255671b9e0e8cb2ae6f8b311a7e21607c (patch)
treebb4ce6cd713c6bb6895c52174674b10c5d5394d2 /sys-fs
parentStable for x86, wrt bug #446524 (diff)
downloadgentoo-2-5feea85255671b9e0e8cb2ae6f8b311a7e21607c.tar.gz
gentoo-2-5feea85255671b9e0e8cb2ae6f8b311a7e21607c.tar.bz2
gentoo-2-5feea85255671b9e0e8cb2ae6f8b311a7e21607c.zip
old
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/exfat-utils/ChangeLog6
-rw-r--r--sys-fs/exfat-utils/exfat-utils-0.9.7.ebuild29
2 files changed, 5 insertions, 30 deletions
diff --git a/sys-fs/exfat-utils/ChangeLog b/sys-fs/exfat-utils/ChangeLog
index fb72c54fe789..bf3419d829a3 100644
--- a/sys-fs/exfat-utils/ChangeLog
+++ b/sys-fs/exfat-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/exfat-utils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/exfat-utils/ChangeLog,v 1.4 2012/08/27 07:07:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/exfat-utils/ChangeLog,v 1.5 2012/12/12 11:15:28 ssuominen Exp $
+
+ 12 Dec 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -exfat-utils-0.9.7.ebuild:
+ old
*exfat-utils-0.9.8 (27 Aug 2012)
diff --git a/sys-fs/exfat-utils/exfat-utils-0.9.7.ebuild b/sys-fs/exfat-utils/exfat-utils-0.9.7.ebuild
deleted file mode 100644
index 781f10ca6fc5..000000000000
--- a/sys-fs/exfat-utils/exfat-utils-0.9.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/exfat-utils/exfat-utils-0.9.7.ebuild,v 1.1 2012/03/17 15:19:30 ssuominen Exp $
-
-EAPI=4
-inherit scons-utils toolchain-funcs
-
-DESCRIPTION="exFAT filesystem utilities"
-HOMEPAGE="http://code.google.com/p/exfat/"
-SRC_URI="http://exfat.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_compile() {
- tc-export CC
- escons CCFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dosbin dump/dumpexfat label/exfatlabel mkfs/mkexfatfs fsck/exfatfsck
- dosym mkexfatfs /usr/sbin/mkfs.exfat
- dosym exfatfsck /usr/sbin/fsck.exfat
-
- doman */*.8
- dodoc ChangeLog
-}