summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-01-21 00:44:52 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-01-21 00:44:52 +0000
commit09db654adc63266b95b6b09a97b4d87f29719ef3 (patch)
tree638963399ddca945d424c6765c1669ef5d49d24e /app-pda/synce-librra
parentAdd append-cxxflags function (diff)
downloadhistorical-09db654adc63266b95b6b09a97b4d87f29719ef3.tar.gz
historical-09db654adc63266b95b6b09a97b4d87f29719ef3.tar.bz2
historical-09db654adc63266b95b6b09a97b4d87f29719ef3.zip
version bump, bug #254886
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-pda/synce-librra')
-rw-r--r--app-pda/synce-librra/ChangeLog10
-rw-r--r--app-pda/synce-librra/synce-librra-0.13.ebuild27
2 files changed, 35 insertions, 2 deletions
diff --git a/app-pda/synce-librra/ChangeLog b/app-pda/synce-librra/ChangeLog
index 969c3b3f1cb6..2b6ef304b185 100644
--- a/app-pda/synce-librra/ChangeLog
+++ b/app-pda/synce-librra/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-librra
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/ChangeLog,v 1.1 2008/11/13 00:11:49 mescalinum Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/ChangeLog,v 1.2 2009/01/21 00:32:29 mescalinum Exp $
+
+*synce-librra-0.13 (21 Jan 2009)
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ +synce-librra-0.13.ebuild:
+ version bump, bug #254886
*synce-librra-0.12 (13 Nov 2008)
*synce-librra-0.11.1 (13 Nov 2008)
diff --git a/app-pda/synce-librra/synce-librra-0.13.ebuild b/app-pda/synce-librra/synce-librra-0.13.ebuild
new file mode 100644
index 000000000000..47734bbbbc9d
--- /dev/null
+++ b/app-pda/synce-librra/synce-librra-0.13.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.13.ebuild,v 1.1 2009/01/21 00:32:29 mescalinum Exp $
+
+DESCRIPTION="SynCE - RRA protocol library"
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+DEPEND="dev-lang/python
+ dev-python/pyrex
+ dev-libs/libmimedir
+ !app-pda/synce-rra
+ ~app-pda/synce-libsynce-${PV}
+ ~app-pda/synce-librapi2-${PV}"
+RDEPEND="${RDEPEND}"
+
+MY_P="librra-${PV}"
+SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc ChangeLog README TODO
+}