diff --git a/app-office/laview-core/laview-core-9999.ebuild b/app-office/laview-core/laview-core-9999.ebuild new file mode 100644 index 00000000..9d22d9a1 --- /dev/null +++ b/app-office/laview-core/laview-core-9999.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit gnome2-utils cmake-utils + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/laview-core.git"} + inherit git-r3 + KEYWORDS="" +else + #SRC_URI="ftp://ftp.backbone.ws/projects/laview-core/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/laview-core/archive/v${PVR}.tar.gz -> laview-core-${PVR}.tar.gz" + KEYWORDS="-* ~x86 ~amd64" +fi + +DESCRIPTION="LAview Core Libraries." + +HOMEPAGE="https://git.backbone.ws/kolan/laview-core" + +SLOT="0" + +LICENSE="LGPL-3" + +IUSE="" + +DEPEND="app-office/laview-latex-struct + dev-libs/gobject-plugin" + +RDEPEND="${DEPEND}" + +pkg_preinst() { + gnome2_schemas_savelist +} + +pkg_postinst() { + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_schemas_update +} diff --git a/app-office/laview-desktop/laview-desktop-9999.ebuild b/app-office/laview-desktop/laview-desktop-9999.ebuild new file mode 100644 index 00000000..58bcbc06 --- /dev/null +++ b/app-office/laview-desktop/laview-desktop-9999.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit gnome2-utils cmake-utils + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/laview-desktop.git"} + inherit git-r3 + KEYWORDS="" +else + #SRC_URI="ftp://ftp.backbone.ws/projects/laview-desktop/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/laview-desktop/archive/v${PVR}.tar.gz -> laview-desktop-${PVR}.tar.gz" + KEYWORDS="-* ~x86 ~amd64" +fi + +DESCRIPTION="LAview Desktop Application." + +HOMEPAGE="https://git.backbone.ws/kolan/laview-desktop" + +SLOT="0" + +LICENSE="LGPL-3" + +IUSE="examples" + +DEPEND="app-office/laview-core + x11-libs/gtk+:3" + +RDEPEND="${DEPEND} + examples? ( app-office/laview-plugin-object-example )" + +pkg_preinst() { + gnome2_schemas_savelist +} + +pkg_postinst() { + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_schemas_update +} diff --git a/app-office/laview-latex-struct/laview-latex-struct-9999.ebuild b/app-office/laview-latex-struct/laview-latex-struct-9999.ebuild new file mode 100644 index 00000000..e735fc79 --- /dev/null +++ b/app-office/laview-latex-struct/laview-latex-struct-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:kolan/laview-latex-struct.git"} + inherit git-r3 + KEYWORDS="" +else + #SRC_URI="ftp://ftp.backbone.ws/projects/laview-latex-struct/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/laview-latex-struct/archive/v${PVR}.tar.gz -> laview-latex-struct-${PVR}.tar.gz" + KEYWORDS="-* ~x86 ~amd64" +fi + +DESCRIPTION="LaTeX representation in the memory + Scanner + Generator + Operations on document objects." + +HOMEPAGE="https://git.backbone.ws/kolan/laview-latex-struct" + +SLOT="0" + +LICENSE="LGPL-3" + +IUSE="" + +DEPEND=">=dev-lang/vala-0.30 + >=dev-libs/libgee-0.18" + +RDEPEND="${DEPEND}" diff --git a/app-office/laview-plugin-data-example/laview-plugin-data-example-9999.ebuild b/app-office/laview-plugin-data-example/laview-plugin-data-example-9999.ebuild new file mode 100644 index 00000000..1b959ede --- /dev/null +++ b/app-office/laview-plugin-data-example/laview-plugin-data-example-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:kolan/laview-data-example.git"} + inherit git-r3 + KEYWORDS="" +else + #SRC_URI="ftp://ftp.backbone.ws/projects/laview-plugin-data-example/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/laview-data-example/archive/v${PVR}.tar.gz -> laview-plugin-data-example-${PVR}.tar.gz" + KEYWORDS="-* ~x86 ~amd64" +fi + +DESCRIPTION="LAview data plugin sample." + +HOMEPAGE="https://git.backbone.ws/kolan/laview-data-example" + +SLOT="0" + +LICENSE="LGPL-3" + +IUSE="" + +DEPEND="app-office/laview-core + x11-libs/gtk+:3" + +RDEPEND="${DEPEND}" diff --git a/app-office/laview-plugin-object-example/laview-plugin-object-example-9999.ebuild b/app-office/laview-plugin-object-example/laview-plugin-object-example-9999.ebuild new file mode 100644 index 00000000..bbd48571 --- /dev/null +++ b/app-office/laview-plugin-object-example/laview-plugin-object-example-9999.ebuild @@ -0,0 +1,33 @@ +# 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:kolan/laview-object-example.git"} + inherit git-r3 + KEYWORDS="" +else + #SRC_URI="ftp://ftp.backbone.ws/projects/laview-plugin-object-example/${P}.tar.bz2" + SRC_URI="https://git.backbone.ws/kolan/laview-object-example/archive/v${PVR}.tar.gz -> laview-plugin-protocol-example-${PVR}.tar.gz" + KEYWORDS="-* ~x86 ~amd64" +fi + +DESCRIPTION="LAview Object protocol plugin sample." + +HOMEPAGE="https://git.backbone.ws/kolan/laview-object-example" + +SLOT="0" + +LICENSE="LGPL-3" + +IUSE="" + +DEPEND="app-office/laview-core + x11-libs/gtk+:3 + app-office/laview-plugin-data-example" + +RDEPEND="${DEPEND}"