summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-07-29 17:14:51 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-07-29 17:14:51 +0000
commitf3b05ceb04811ec6c34478cfc2b7284007080ec2 (patch)
treee7cc034b976de7bbe6848fd787d272b90259ef6d /sys-fs
parentVersion bump. (diff)
downloadgentoo-2-f3b05ceb04811ec6c34478cfc2b7284007080ec2.tar.gz
gentoo-2-f3b05ceb04811ec6c34478cfc2b7284007080ec2.tar.bz2
gentoo-2-f3b05ceb04811ec6c34478cfc2b7284007080ec2.zip
old
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/rar2fs/ChangeLog8
-rw-r--r--sys-fs/rar2fs/files/rar2fs-1.16.0-destdir.patch15
-rw-r--r--sys-fs/rar2fs/files/rar2fs-1.16.0_p20130509-destdir.patch22
-rw-r--r--sys-fs/rar2fs/rar2fs-1.16.0.ebuild38
-rw-r--r--sys-fs/rar2fs/rar2fs-1.16.0_p20130509.ebuild38
5 files changed, 7 insertions, 114 deletions
diff --git a/sys-fs/rar2fs/ChangeLog b/sys-fs/rar2fs/ChangeLog
index b5fa5900ee1d..b7ec9bc6fda4 100644
--- a/sys-fs/rar2fs/ChangeLog
+++ b/sys-fs/rar2fs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/rar2fs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/rar2fs/ChangeLog,v 1.9 2013/07/29 17:13:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/rar2fs/ChangeLog,v 1.10 2013/07/29 17:14:50 ssuominen Exp $
+
+ 29 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
+ -files/rar2fs-1.16.0-destdir.patch,
+ -files/rar2fs-1.16.0_p20130509-destdir.patch, -rar2fs-1.16.0.ebuild,
+ -rar2fs-1.16.0_p20130509.ebuild:
+ old
*rar2fs-1.17.2 (29 Jul 2013)
diff --git a/sys-fs/rar2fs/files/rar2fs-1.16.0-destdir.patch b/sys-fs/rar2fs/files/rar2fs-1.16.0-destdir.patch
deleted file mode 100644
index 40eed7a63e90..000000000000
--- a/sys-fs/rar2fs/files/rar2fs-1.16.0-destdir.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-http://code.google.com/p/rar2fs/issues/detail?id=12
-
---- Makefile.am
-+++ Makefile.am
-@@ -35,9 +35,5 @@
-
- if LINUX
- install-exec-hook:
-- cd /sbin && \
-- rm -f mount.rar2fs && \
-- $(LN_S) $(DESTDIR)$(bindir)/rar2fs mount.rar2fs
-+ $(LN_S) rar2fs $(DESTDIR)$(bindir)/mount.rar2fs
- endif
--
--
diff --git a/sys-fs/rar2fs/files/rar2fs-1.16.0_p20130509-destdir.patch b/sys-fs/rar2fs/files/rar2fs-1.16.0_p20130509-destdir.patch
deleted file mode 100644
index ce5b3e28c8bb..000000000000
--- a/sys-fs/rar2fs/files/rar2fs-1.16.0_p20130509-destdir.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-http://code.google.com/p/rar2fs/issues/detail?id=12#c16
-
---- configure.ac
-+++ configure.ac
-@@ -26,6 +26,7 @@
-
- AM_PROG_CC_C_O
- AC_PROG_CXX
-+AC_PROG_MKDIR_P
-
- AC_USE_SYSTEM_EXTENSIONS
- AX_C_BIGENDIAN_CROSS
---- Makefile.am
-+++ Makefile.am
-@@ -35,6 +35,7 @@
-
- if LINUX
- install-exec-hook:
-+ $(MKDIR_P) $(DESTDIR)$(sbindir)
- rm -f $(DESTDIR)$(sbindir)/mount.rar2fs && \
- $(LN_S) $(bindir)/rar2fs $(DESTDIR)$(sbindir)/mount.rar2fs
-
diff --git a/sys-fs/rar2fs/rar2fs-1.16.0.ebuild b/sys-fs/rar2fs/rar2fs-1.16.0.ebuild
deleted file mode 100644
index b7242d1cfa4e..000000000000
--- a/sys-fs/rar2fs/rar2fs-1.16.0.ebuild
+++ /dev/null
@@ -1,38 +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/rar2fs/rar2fs-1.16.0.ebuild,v 1.3 2013/05/09 18:16:03 ssuominen Exp $
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)"
-HOMEPAGE="http://code.google.com/p/rar2fs/"
-SRC_URI="http://rar2fs.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="=app-arch/unrar-4.2*:=
- sys-fs/fuse"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS ChangeLog"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-destdir.patch
- sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- export USER_CFLAGS="${CFLAGS}"
-
- local mydebug
- use debug && mydebug="--enable-debug=4"
-
- econf \
- --with-unrar=/usr/include/libunrar \
- ${mydebug}
-}
diff --git a/sys-fs/rar2fs/rar2fs-1.16.0_p20130509.ebuild b/sys-fs/rar2fs/rar2fs-1.16.0_p20130509.ebuild
deleted file mode 100644
index e6e108dc16b6..000000000000
--- a/sys-fs/rar2fs/rar2fs-1.16.0_p20130509.ebuild
+++ /dev/null
@@ -1,38 +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/rar2fs/rar2fs-1.16.0_p20130509.ebuild,v 1.1 2013/05/09 18:16:03 ssuominen Exp $
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)"
-HOMEPAGE="http://code.google.com/p/rar2fs/"
-SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
-#SRC_URI="http://rar2fs.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=app-arch/unrar-5:=
- sys-fs/fuse"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS ChangeLog"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-destdir.patch
- eautoreconf
-}
-
-src_configure() {
- export USER_CFLAGS="${CFLAGS}"
-
- local mydebug
- use debug && mydebug="--enable-debug=4"
-
- econf \
- --with-unrar=/usr/include/libunrar \
- ${mydebug}
-}