summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-01-21 00:19:35 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-01-21 00:19:35 +0000
commitc1398c31e865c001cfafd0f8cd1e2c1f8833a99a (patch)
tree323348d37a15964cf177710f13e9bbdcba3d7571 /app-pda/synce-libsynce
parentAdd hardened-sources-2.6.26-r9 release (diff)
downloadgentoo-2-c1398c31e865c001cfafd0f8cd1e2c1f8833a99a.tar.gz
gentoo-2-c1398c31e865c001cfafd0f8cd1e2c1f8833a99a.tar.bz2
gentoo-2-c1398c31e865c001cfafd0f8cd1e2c1f8833a99a.zip
version bump, bug #254886
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-libsynce')
-rw-r--r--app-pda/synce-libsynce/ChangeLog10
-rw-r--r--app-pda/synce-libsynce/synce-libsynce-0.13.ebuild26
2 files changed, 34 insertions, 2 deletions
diff --git a/app-pda/synce-libsynce/ChangeLog b/app-pda/synce-libsynce/ChangeLog
index 306d98630788..dd336e592210 100644
--- a/app-pda/synce-libsynce/ChangeLog
+++ b/app-pda/synce-libsynce/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-libsynce
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.23 2008/11/13 16:24:58 mescalinum Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.24 2009/01/21 00:19:35 mescalinum Exp $
+
+*synce-libsynce-0.13 (21 Jan 2009)
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ +synce-libsynce-0.13.ebuild:
+ version bump, bug #254886
*synce-libsynce-0.12 (13 Nov 2008)
*synce-libsynce-0.11.1 (13 Nov 2008)
diff --git a/app-pda/synce-libsynce/synce-libsynce-0.13.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.13.ebuild
new file mode 100644
index 000000000000..7524cac92bb0
--- /dev/null
+++ b/app-pda/synce-libsynce/synce-libsynce-0.13.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.13.ebuild,v 1.1 2009/01/21 00:19:35 mescalinum Exp $
+
+DESCRIPTION="SynCE - common library"
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="hal"
+DEPEND=">=dev-libs/check-0.8.3.1"
+RDEPEND="${DEPEND}"
+
+SRC_URI="mirror://sourceforge/synce/libsynce-${PV}.tar.gz"
+S="${WORKDIR}/libsynce-${PV}"
+
+src_compile() {
+ econf $(use_enable hal hal-support) || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc README TODO ChangeLog
+}