From 798bb26bc8a827b2dcba28e6c13aa5a127add895 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Thu, 16 Feb 2017 15:04:55 +0300 Subject: [PATCH] gtkchart -> cairo-chart. --- x11-libs/cairo-chart/cairo-chart-9999.ebuild | 32 ++++++++++++++++++++ x11-libs/gtk-chart/gtk-chart-9999.ebuild | 32 -------------------- 2 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 x11-libs/cairo-chart/cairo-chart-9999.ebuild delete mode 100644 x11-libs/gtk-chart/gtk-chart-9999.ebuild diff --git a/x11-libs/cairo-chart/cairo-chart-9999.ebuild b/x11-libs/cairo-chart/cairo-chart-9999.ebuild new file mode 100644 index 00000000..0a013df8 --- /dev/null +++ b/x11-libs/cairo-chart/cairo-chart-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI=${EGIT_REPO_URI:-"git://git.backbone.ws/gtk/cairo-chart.git"} + inherit git-r3 + KEYWORDS="" +else + #SRC_URI="ftp://ftp.backbone.ws/projects/cairo-chart/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/gtk/cairo-chart/archive-tarball/v${PVR}.tgz -> cairo--chart-${PVR}.tar.gz" + KEYWORDS="-* ~x86 ~amd64" +fi + +DESCRIPTION="GtkChart for Gtk.DrawingArea (Cairo)." + +HOMEPAGE="https://redmine.backbone.ws/projects/cairo-chart" + +SLOT="0" + +LICENSE="LGPL-3" + +IUSE="" + +DEPEND=">=dev-lang/vala-0.26 + >=x11-libs/gtk+-3.20" + +RDEPEND="${DEPEND}" diff --git a/x11-libs/gtk-chart/gtk-chart-9999.ebuild b/x11-libs/gtk-chart/gtk-chart-9999.ebuild deleted file mode 100644 index 63166ae1..00000000 --- a/x11-libs/gtk-chart/gtk-chart-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://git.backbone.ws/gtk/gtkchart.git"} - inherit git-r3 - KEYWORDS="" -else - #SRC_URI="ftp://ftp.backbone.ws/projects/gtkchart/${P}.tar.bz2" - SRC_URI="https://git.backbone.ws/gtk/gtkchart/archive-tarball/v${PVR}.tgz -> gtk-chart-${PVR}.tar.gz" - KEYWORDS="-* ~x86 ~amd64" -fi - -DESCRIPTION="GtkChart for Gtk.DrawingArea." - -HOMEPAGE="https://redmine.backbone.ws/projects/gtkchart" - -SLOT="0" - -LICENSE="LGPL-3" - -IUSE="" - -DEPEND=">=dev-lang/vala-0.26 - >=x11-libs/gtk+-3.20" - -RDEPEND="${DEPEND}"