diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2011-01-08 17:41:45 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2011-01-08 17:41:45 +0000 |
commit | 31b8af577642d736512248be279749a9f1ce4424 (patch) | |
tree | 177565b3b510b899a5d139a7f8a3b8ee348ff88e /x11-apps/ardesia | |
parent | Version bump (bug #313807). (diff) | |
download | gentoo-2-31b8af577642d736512248be279749a9f1ce4424.tar.gz gentoo-2-31b8af577642d736512248be279749a9f1ce4424.tar.bz2 gentoo-2-31b8af577642d736512248be279749a9f1ce4424.zip |
new ebuild, see bug #347632, thanks to Marco Clocchiatti
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/ardesia')
-rw-r--r-- | x11-apps/ardesia/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/ardesia/ardesia-0.6.ebuild | 30 | ||||
-rw-r--r-- | x11-apps/ardesia/metadata.xml | 36 |
3 files changed, 76 insertions, 0 deletions
diff --git a/x11-apps/ardesia/ChangeLog b/x11-apps/ardesia/ChangeLog new file mode 100644 index 000000000000..0d15eec35e6f --- /dev/null +++ b/x11-apps/ardesia/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-apps/ardesia +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ardesia/ChangeLog,v 1.1 2011/01/08 17:41:45 lxnay Exp $ + +*ardesia-0.6 (08 Jan 2011) + + 08 Jan 2011; Fabio Erculiani <lxnay@gentoo.org> +ardesia-0.6.ebuild, + +metadata.xml: + new ebuild, see bug #347632, thanks to Marco Clocchiatti + diff --git a/x11-apps/ardesia/ardesia-0.6.ebuild b/x11-apps/ardesia/ardesia-0.6.ebuild new file mode 100644 index 000000000000..81b15ef9a951 --- /dev/null +++ b/x11-apps/ardesia/ardesia-0.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ardesia/ardesia-0.6.ebuild,v 1.1 2011/01/08 17:41:45 lxnay Exp $ + +EAPI=3 + +HOMEPAGE="http://code.google.com/p/ardesia/" +SRC_URI="http://ardesia.googlecode.com/files/${P}.tar.gz" +DESCRIPTION="Color, record and share free-hand annotations on screen and on network." + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="cwiid" + +RDEPEND="dev-libs/atk + dev-libs/libsigsegv + media-libs/fontconfig + media-libs/libpng + sci-libs/gsl + sys-devel/gettext + || ( x11-wm/compiz kde-base/kwin[xcomposite] ) + x11-libs/cairo + x11-libs/gtk+:2 + cwiid? ( app-misc/cwiid )" +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" ardesiadocdir="/usr/share/doc/${P}" install || die "make install ardesia failed" +} diff --git a/x11-apps/ardesia/metadata.xml b/x11-apps/ardesia/metadata.xml new file mode 100644 index 000000000000..6bd9e132d052 --- /dev/null +++ b/x11-apps/ardesia/metadata.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>lxnay@gentoo.org</email> + <name>Fabio Erculiani</name> + <description>Feel free to touch my pkgs (tm)</description> +</maintainer> +<maintainer> + <email>ziapannocchia@gmail.com</email> + <name>Marco Clocchiatti</name> + <description>Proxy maintainer. CC him on bugs</description> +</maintainer> +<longdescription lang="en"> +Ardesia enables you to make colored free-hand annotations on your computer screen, +record it and share on the network. +</longdescription> +<use> + <flag name="cwiid"> + cwiid support: collection of Linux tools written in C for interfacing to + the Nintendo Wiimote. + </flag> +</use> +<upstream> + <maintainer status="active"> + <email>alpha@paranoici.org</email> + <name>Pietro Pilloli</name> + </maintainer> + <changelog>http://code.google.com/p/ardesia/source/list</changelog> + <doc>http://code.google.com/p/ardesia/wiki/FAQ</doc> + <bugs-to>http://code.google.com/p/ardesia/issues/list</bugs-to> + <remote-id type="google-code">http://code.google.com/p/ardesia</remote-id> +</upstream> +</pkgmetadata> + |