public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/synce-fur: metadata.xml ChangeLog synce-fur-0.4.6.ebuild
@ 2009-08-07  1:24 Federico Ferri (mescalinum)
  0 siblings, 0 replies; only message in thread
From: Federico Ferri (mescalinum) @ 2009-08-07  1:24 UTC (permalink / raw
  To: gentoo-commits

mescalinum    09/08/07 01:24:20

  Added:                metadata.xml ChangeLog synce-fur-0.4.6.ebuild
  Log:
  First release
  (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.1                  app-pda/synce-fur/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-fur/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-fur/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>pda</herd>
<maintainer>
<email>iaindb@netspace.net.au</email>
<name>Iain Buchanan</name>
<description>Proxy maintaining through mescalinum</description>
</maintainer>
<maintainer>
<email>mescalinum@gentoo.org</email>
<name>Federico Ferri</name>
</maintainer>
<use>
<flag name="void-chmod">enable a fake fuse hook for "chmod" that just returns 0</flag>
</use>
<longdescription>
FUSE based filesystem access to a connected SynCE device.
</longdescription>
</pkgmetadata>



1.1                  app-pda/synce-fur/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-fur/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-fur/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for app-pda/synce-fur
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-fur/ChangeLog,v 1.1 2009/08/07 01:24:20 mescalinum Exp $

*synce-fur-0.4.6 (07 Aug 2009)

  07 Aug 2009; Federico Ferri <mescalinum@gentoo.org>
  +synce-fur-0.4.6.ebuild, +files/synce-fur-0.4.6-destdir.patch,
  +metadata.xml:
  First release




1.1                  app-pda/synce-fur/synce-fur-0.4.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-fur/synce-fur-0.4.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-fur/synce-fur-0.4.6.ebuild?rev=1.1&content-type=text/plain

Index: synce-fur-0.4.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-fur/synce-fur-0.4.6.ebuild,v 1.1 2009/08/07 01:24:20 mescalinum Exp $

EAPI=2

inherit eutils

MY_P="FUR-${PV}"

DESCRIPTION="FUSE based filesystem access to a connected SynCE device."
HOMEPAGE="http://www.synce.org"
SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="void-chmod"

DEPEND=">=app-pda/synce-0.14"
RDEPEND=">=app-pda/synce-0.14"

S="${WORKDIR}/${MY_P}"

src_prepare() {
	epatch "${FILESDIR}/${P}-destdir.patch"
}

src_configure() {
	econf $(use_enable void-chmod)
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc Changelog README.txt
	( cd docs ; dodoc $(ls -1 | fgrep -v COPYING.txt) )
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-07  1:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-07  1:24 [gentoo-commits] gentoo-x86 commit in app-pda/synce-fur: metadata.xml ChangeLog synce-fur-0.4.6.ebuild Federico Ferri (mescalinum)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox