diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-11-15 22:44:22 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-11-15 22:44:22 +0000 |
commit | 8a38fb3cb5b41da982ba67e14c0d62ac2111b546 (patch) | |
tree | 113853b7981e8046b5ae53c222b42ac93786669a /app-pda/libopensync-plugin-vformat | |
parent | Version bump. Sync live ebuild. Clean up old revisions. (diff) | |
download | gentoo-2-8a38fb3cb5b41da982ba67e14c0d62ac2111b546.tar.gz gentoo-2-8a38fb3cb5b41da982ba67e14c0d62ac2111b546.tar.bz2 gentoo-2-8a38fb3cb5b41da982ba67e14c0d62ac2111b546.zip |
Version bump. Sync live ebuild. Clean up old revisions.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/libopensync-plugin-vformat')
-rw-r--r-- | app-pda/libopensync-plugin-vformat/ChangeLog | 10 | ||||
-rw-r--r-- | app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.39.ebuild (renamed from app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.35.ebuild) | 15 | ||||
-rw-r--r-- | app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-9999.ebuild | 16 |
3 files changed, 29 insertions, 12 deletions
diff --git a/app-pda/libopensync-plugin-vformat/ChangeLog b/app-pda/libopensync-plugin-vformat/ChangeLog index 33846e74c5a1..73814cf39641 100644 --- a/app-pda/libopensync-plugin-vformat/ChangeLog +++ b/app-pda/libopensync-plugin-vformat/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-pda/libopensync-plugin-vformat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/ChangeLog,v 1.4 2009/03/20 12:54:30 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/ChangeLog,v 1.5 2009/11/15 22:44:22 eva Exp $ + +*libopensync-plugin-vformat-0.39 (15 Nov 2009) + + 15 Nov 2009; Gilles Dartiguelongue <eva@gentoo.org> + -libopensync-plugin-vformat-0.35.ebuild, + +libopensync-plugin-vformat-0.39.ebuild, + libopensync-plugin-vformat-9999.ebuild: + Version bump. Sync live ebuild. Clean up old revisions. 20 Mar 2009; Joseph Jezak <josejx@gentoo.org> libopensync-plugin-vformat-0.35.ebuild, diff --git a/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.35.ebuild b/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.39.ebuild index e21b66049ce4..9d22735df7a0 100644 --- a/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.35.ebuild +++ b/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.39.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.35.ebuild,v 1.2 2009/03/20 12:54:30 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.39.ebuild,v 1.1 2009/11/15 22:44:22 eva Exp $ + +EAPI="2" inherit cmake-utils @@ -11,10 +13,13 @@ SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" +IUSE="test" -DEPEND="=app-pda/libopensync-${PV}*" -RDEPEND="${DEPEND}" +RDEPEND="=app-pda/libopensync-${PV}* + dev-libs/glib:2" +DEPEND="${RDEPEND} + test? ( dev-libs/check )" -# Don't pass +# 0% tests passed, 4 tests failed out of 4 RESTRICT="test" + diff --git a/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-9999.ebuild b/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-9999.ebuild index 0c426e4475da..62b3c363fe59 100644 --- a/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-9999.ebuild +++ b/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-9999.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-9999.ebuild,v 1.1 2007/11/29 21:42:50 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-9999.ebuild,v 1.2 2009/11/15 22:44:22 eva Exp $ + +EAPI="2" inherit cmake-utils subversion @@ -12,8 +14,10 @@ ESVN_REPO_URI="http://svn.opensync.org/format-plugins/vformat/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" -DEPEND="=app-pda/libopensync-${PV}*" -RDEPEND="${DEPEND}" +RDEPEND="=app-pda/libopensync-${PV}* + dev-libs/glib:2" +DEPEND="${RDEPEND} + test? ( dev-libs/check )" |