diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-10-29 11:16:28 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-10-29 11:16:28 +0000 |
commit | 2d6298e07ec3855d0f396a45d733ecaea0943a07 (patch) | |
tree | bc95b5634ac977612a98b4482a75a236203a971d /net-misc/shigofumi | |
parent | Fix collision with vscclient in the live ebuild like in the 1.2.0 ebuild. (diff) | |
download | gentoo-2-2d6298e07ec3855d0f396a45d733ecaea0943a07.tar.gz gentoo-2-2d6298e07ec3855d0f396a45d733ecaea0943a07.tar.bz2 gentoo-2-2d6298e07ec3855d0f396a45d733ecaea0943a07.zip |
Version bump. Punt older.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-misc/shigofumi')
-rw-r--r-- | net-misc/shigofumi/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/shigofumi/shigofumi-0.2.ebuild (renamed from net-misc/shigofumi/shigofumi-0.1.ebuild) | 26 | ||||
-rw-r--r-- | net-misc/shigofumi/shigofumi-9999.ebuild | 21 |
3 files changed, 33 insertions, 23 deletions
diff --git a/net-misc/shigofumi/ChangeLog b/net-misc/shigofumi/ChangeLog index b19a2f2e69e8..77212b77c904 100644 --- a/net-misc/shigofumi/ChangeLog +++ b/net-misc/shigofumi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/shigofumi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/ChangeLog,v 1.6 2012/05/05 03:20:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/ChangeLog,v 1.7 2012/10/29 11:16:28 scarabeus Exp $ + +*shigofumi-0.2 (29 Oct 2012) + + 29 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> +shigofumi-0.2.ebuild, + -shigofumi-0.1.ebuild, shigofumi-9999.ebuild: + Version bump. Punt older. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> shigofumi-0.1.ebuild, shigofumi-9999.ebuild: @@ -26,4 +32,3 @@ +shigofumi-0.1.ebuild, +shigofumi-9999.ebuild, +metadata.xml: Initial commit of shigofumi, ISDS client. Thx to Petr Pisar for the initial ebuild. - diff --git a/net-misc/shigofumi/shigofumi-0.1.ebuild b/net-misc/shigofumi/shigofumi-0.2.ebuild index 889cdaf369d0..284d4c29cb8c 100644 --- a/net-misc/shigofumi/shigofumi-0.1.ebuild +++ b/net-misc/shigofumi/shigofumi-0.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-0.1.ebuild,v 1.3 2012/05/05 03:20:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-0.2.ebuild,v 1.1 2012/10/29 11:16:28 scarabeus Exp $ -EAPI=3 +EAPI=5 -[[ ${PV} = 9999* ]] && GIT="git autotools" +[[ ${PV} = 9999* ]] && GIT="git-2 autotools" EGIT_REPO_URI='git://repo.or.cz/shigofumi.git' WANT_AUTOMAKE="1.11" inherit base ${GIT} @@ -21,22 +21,23 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="debug nls xattr" +IUSE="debug doc nls xattr" -RDEPEND=">=net-libs/libisds-0.3 +RDEPEND="dev-libs/confuse + dev-libs/libxml2 sys-libs/readline - dev-libs/confuse - dev-libs/libxml2" + >=net-libs/libisds-0.6" DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - dev-libs/libxslt virtual/pkgconfig - app-text/docbook-xsl-stylesheets" + doc? ( + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + ) + nls? ( sys-devel/gettext )" -DOCS=( "NEWS" "README" "AUTHORS" "ChangeLog" ) +DOCS=( NEWS README AUTHORS ChangeLog ) src_prepare() { - base_src_prepare [[ ${PV} = 9999* ]] && eautoreconf } @@ -44,6 +45,7 @@ src_configure() { econf \ --disable-fatalwarnings \ $(use_enable debug) \ + $(use_enable doc) \ $(use_enable nls) \ $(use_enable xattr) } diff --git a/net-misc/shigofumi/shigofumi-9999.ebuild b/net-misc/shigofumi/shigofumi-9999.ebuild index cd476df2d1bc..cd5f5b1c1ec1 100644 --- a/net-misc/shigofumi/shigofumi-9999.ebuild +++ b/net-misc/shigofumi/shigofumi-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild,v 1.5 2012/05/05 03:20:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild,v 1.6 2012/10/29 11:16:28 scarabeus Exp $ -EAPI=4 +EAPI=5 [[ ${PV} = 9999* ]] && GIT="git-2 autotools" EGIT_REPO_URI='git://repo.or.cz/shigofumi.git' @@ -21,17 +21,19 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="debug nls xattr" +IUSE="debug doc nls xattr" -RDEPEND=">=net-libs/libisds-0.3 +RDEPEND="dev-libs/confuse + dev-libs/libxml2 sys-libs/readline - dev-libs/confuse - dev-libs/libxml2" + >=net-libs/libisds-0.6" DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - dev-libs/libxslt virtual/pkgconfig - app-text/docbook-xsl-stylesheets" + doc? ( + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + ) + nls? ( sys-devel/gettext )" DOCS=( NEWS README AUTHORS ChangeLog ) @@ -43,6 +45,7 @@ src_configure() { econf \ --disable-fatalwarnings \ $(use_enable debug) \ + $(use_enable doc) \ $(use_enable nls) \ $(use_enable xattr) } |