summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-17 15:21:06 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-17 15:21:06 +0000
commit1871dafb032b3b867a248664728b6993d52f3cff (patch)
tree7907db5457e172d3447369e0d68ce97e86a8df5e /sys-fs/exfat-utils
parentVersion bump wrt #400745 by teidakankan. Move everything from / to /usr. (diff)
downloadgentoo-2-1871dafb032b3b867a248664728b6993d52f3cff.tar.gz
gentoo-2-1871dafb032b3b867a248664728b6993d52f3cff.tar.bz2
gentoo-2-1871dafb032b3b867a248664728b6993d52f3cff.zip
old
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/exfat-utils')
-rw-r--r--sys-fs/exfat-utils/ChangeLog6
-rw-r--r--sys-fs/exfat-utils/exfat-utils-0.9.5.ebuild32
2 files changed, 5 insertions, 33 deletions
diff --git a/sys-fs/exfat-utils/ChangeLog b/sys-fs/exfat-utils/ChangeLog
index 42c2fcf461ee..1edc9ff1b3ad 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.2 2012/03/17 15:19:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/exfat-utils/ChangeLog,v 1.3 2012/03/17 15:21:06 ssuominen Exp $
+
+ 17 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -exfat-utils-0.9.5.ebuild:
+ old
*exfat-utils-0.9.7 (17 Mar 2012)
diff --git a/sys-fs/exfat-utils/exfat-utils-0.9.5.ebuild b/sys-fs/exfat-utils/exfat-utils-0.9.5.ebuild
deleted file mode 100644
index bf48a621c0fc..000000000000
--- a/sys-fs/exfat-utils/exfat-utils-0.9.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 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.5.ebuild,v 1.1 2011/06/14 13:49:50 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() {
- escons CC="$(tc-getCC)" CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" || die
-}
-
-src_install() {
- # scons install is retarded and is recompiling everything, and to wrong location(s)
- dosbin dump/dumpexfat label/exfatlabel mkfs/mkexfatfs
- dosym mkexfatfs /usr/sbin/mkfs.exfat
-
- into /
- dosbin fsck/exfatfsck
- dosym exfatfsck /sbin/fsck.exfat
-
- doman */*.8
- dodoc ChangeLog
-}