gobject-plugin-9999 added
This commit is contained in:
parent
00df156034
commit
3f7f93ad43
|
@ -0,0 +1,34 @@
|
||||||
|
# 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/gobject/plugin.git"}
|
||||||
|
EGIT_HAS_SUBMODULES=true
|
||||||
|
inherit git-2
|
||||||
|
KEYWORDS=""
|
||||||
|
else
|
||||||
|
#SRC_URI="ftp://ftp.backbone.ws/projects/gobject-plugin/${P}.tar.bz2"
|
||||||
|
SRC_URI="https://git.backbone.ws/gobject/plugin/archive-tarball/v${PVR}.tgz -> linux-backbone-${PVR}.tar.gz"
|
||||||
|
KEYWORDS="-* ~x86 ~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
DESCRIPTION="Host/Plugin Interfaces for GObject Based Applications/Libraries."
|
||||||
|
|
||||||
|
HOMEPAGE="https://redmine.backbone.ws/projects/plugin"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
LICENSE="LGPL-3"
|
||||||
|
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=">=dev-lang/vala-0.26
|
||||||
|
>=dev-libs/glib-2.40
|
||||||
|
>=dev-libs/libgee-0.16"
|
||||||
|
|
||||||
|
RDEPEND="${DEPEND}"
|
|
@ -84,6 +84,7 @@ dev-libs/glib ~amd64
|
||||||
dev-libs/gnulib ~x64-freebsd
|
dev-libs/gnulib ~x64-freebsd
|
||||||
dev-libs/gobject-introspection ~amd64
|
dev-libs/gobject-introspection ~amd64
|
||||||
dev-libs/gobject-introspection-common ~amd64
|
dev-libs/gobject-introspection-common ~amd64
|
||||||
|
=dev-libs/gobject-plugin-9999 **
|
||||||
dev-libs/isl ~amd64
|
dev-libs/isl ~amd64
|
||||||
dev-libs/icu ~amd64
|
dev-libs/icu ~amd64
|
||||||
dev-libs/jthread ~amd64
|
dev-libs/jthread ~amd64
|
||||||
|
|
Loading…
Reference in New Issue