diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-06 07:28:50 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-06 07:28:50 +0000 |
commit | c76c40194ffe10b0382adb39b84e4f43bb8121d5 (patch) | |
tree | ab1e3c9ea7c2d242d99a0e30d61880c440913da5 /sys-fs/simple-mtpfs | |
parent | Use subslotting for lcms, libpng, tiff and zlib dependencies. (diff) | |
download | gentoo-2-c76c40194ffe10b0382adb39b84e4f43bb8121d5.tar.gz gentoo-2-c76c40194ffe10b0382adb39b84e4f43bb8121d5.tar.bz2 gentoo-2-c76c40194ffe10b0382adb39b84e4f43bb8121d5.zip |
Add live ebuild for testing.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'sys-fs/simple-mtpfs')
-rw-r--r-- | sys-fs/simple-mtpfs/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/sys-fs/simple-mtpfs/ChangeLog b/sys-fs/simple-mtpfs/ChangeLog index fcefb49d3603..1b3bf6235404 100644 --- a/sys-fs/simple-mtpfs/ChangeLog +++ b/sys-fs/simple-mtpfs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/simple-mtpfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.4 2013/03/31 14:49:31 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.5 2013/04/06 07:28:50 scarabeus Exp $ + +*simple-mtpfs-9999 (06 Apr 2013) + + 06 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> +simple-mtpfs-9999.ebuild: + Add live ebuild for testing. 31 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> simple-mtpfs-0.1.ebuild: Stable on amd64 and x86. Way way better than mtpfs itself. diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild new file mode 100644 index 000000000000..ba7d6b920959 --- /dev/null +++ b/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.1 2013/04/06 07:28:50 scarabeus Exp $ + +EAPI=5 + +EGIT_REPO_URI="git://github.com/phatina/${PN}.git" +inherit autotools-utils eutils git-2 + +DESCRIPTION="Simple MTP fuse filesystem driver" +HOMEPAGE="https://github.com/phatina/simple-mtpfs" +[[ ${PV} == 9999 ]] || SRC_URI="mirror://github/phatina/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + media-libs/libmtp + >=sys-fs/fuse-2.8 +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +AUTOTOOLS_AUTORECONF=1 |