Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 190000
Collapse All | Expand All

(-)/usr/portage/app-arch/archivemount/archivemount-0.5.3.ebuild (+20 lines)
Line 0 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
DESCRIPTION="Gateway between FUSE and libarchive."
6
HOMEPAGE="http://www.cybernoia.de/software/archivemount/"
7
SRC_URI="mirror://${PN}-${PV}.tar.gz"
8
LICENSE="GPL-2"
9
SLOT="0"
10
KEYWORDS="~amd64 ~x86"
11
IUSE=""
12
13
DEPEND=">=app-arch/libarchive-2.2
14
	>=sys-fs/fuse-2.6"
15
RDEPEND="${DEPEND}"
16
17
src_install() {
18
	dosbin ${PN}
19
	dodoc CHANGELOG COPYING README
20
}
(-)/usr/portage/app-arch/archivemount/metadata.xml (+17 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<!-- 
4
$Header: $
5
-->
6
7
<pkgmetadata>
8
<herd>no-herd</herd>
9
<maintainer>
10
  <email>jieryn@gmail.com</email>
11
</maintainer>
12
<longdescription>
13
  Gateway between FUSE and libarchive. Allows mounting of cpio,
14
  .tar.gz, .tar.bz2 archives. Reading and writing supported.
15
  Supports all formats libarchive supports.
16
</longdescription>
17
</pkgmetadata>

Return to bug 190000