summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2011-03-19 05:48:37 +0000
committerRyan Hill <rhill@gentoo.org>2011-03-19 05:48:37 +0000
commit556e4f6b4c7e73fd315cc8e8870f3960f6572ce9 (patch)
tree002cb38f9f74dca0060880e05f485170886aa81e /app-pda
parentAdd blocker on app-pda/osynctool. Drop 0.36. (diff)
downloadhistorical-556e4f6b4c7e73fd315cc8e8870f3960f6572ce9.tar.gz
historical-556e4f6b4c7e73fd315cc8e8870f3960f6572ce9.tar.bz2
historical-556e4f6b4c7e73fd315cc8e8870f3960f6572ce9.zip
Drop 0.36.
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/libopensync-plugin-vformat/ChangeLog6
-rw-r--r--app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.36.ebuild26
2 files changed, 5 insertions, 27 deletions
diff --git a/app-pda/libopensync-plugin-vformat/ChangeLog b/app-pda/libopensync-plugin-vformat/ChangeLog
index b62bccd280d0..ea2bc569b245 100644
--- a/app-pda/libopensync-plugin-vformat/ChangeLog
+++ b/app-pda/libopensync-plugin-vformat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/libopensync-plugin-vformat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/ChangeLog,v 1.6 2011/02/24 06:02:14 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-vformat/ChangeLog,v 1.7 2011/03/19 05:48:37 dirtyepic Exp $
+
+ 19 Mar 2011; Ryan Hill <dirtyepic@gentoo.org>
+ -libopensync-plugin-vformat-0.36.ebuild:
+ Drop 0.36.
24 Feb 2011; Ryan Hill <dirtyepic@gentoo.org>
libopensync-plugin-vformat-0.36.ebuild,
diff --git a/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.36.ebuild b/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.36.ebuild
deleted file mode 100644
index ee03af341942..000000000000
--- a/app-pda/libopensync-plugin-vformat/libopensync-plugin-vformat-0.36.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 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.36.ebuild,v 1.3 2011/02/24 06:02:14 dirtyepic Exp $
-
-EAPI="3"
-
-inherit cmake-utils
-
-DESCRIPTION="OpenSync VFormat Plugin"
-HOMEPAGE="http://www.opensync.org"
-SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="~app-pda/libopensync-${PV}
- dev-libs/glib:2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-# Don't pass
-RESTRICT="test"
-
-DOCS="AUTHORS ChangeLog"