summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2010-07-08 07:39:30 +0000
committerLars Wendler <polynomial-c@gentoo.org>2010-07-08 07:39:30 +0000
commitde0ef016972c9a8934c5189f9ddd59531e1af1d6 (patch)
tree4b809f04e10de4102cd1eb71c26f236a4759a08e /dev-util/geany-plugins
parentVersion bump. Use on_ac_power from sys-power/pm-utils with USE="pm-utils" wrt... (diff)
downloadhistorical-de0ef016972c9a8934c5189f9ddd59531e1af1d6.tar.gz
historical-de0ef016972c9a8934c5189f9ddd59531e1af1d6.tar.bz2
historical-de0ef016972c9a8934c5189f9ddd59531e1af1d6.zip
Initial commit from surise overlay.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-util/geany-plugins')
-rw-r--r--dev-util/geany-plugins/ChangeLog11
-rw-r--r--dev-util/geany-plugins/Manifest4
-rw-r--r--dev-util/geany-plugins/geany-plugins-0.19.ebuild33
-rw-r--r--dev-util/geany-plugins/metadata.xml18
4 files changed, 66 insertions, 0 deletions
diff --git a/dev-util/geany-plugins/ChangeLog b/dev-util/geany-plugins/ChangeLog
new file mode 100644
index 000000000000..7f7895fc4674
--- /dev/null
+++ b/dev-util/geany-plugins/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-util/geany-plugins
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.1 2010/07/08 07:39:30 polynomial-c Exp $
+
+*geany-plugins-0.19 (08 Jul 2010)
+
+ 08 Jul 2010; Lars Wendler <polynomial-c@gentoo.org>
+ +geany-plugins-0.19.ebuild, +metadata.xml:
+ Initial commit from sunrise overlay. Big thanks to Nathan who volunteered
+ to take care of this package.
+
diff --git a/dev-util/geany-plugins/Manifest b/dev-util/geany-plugins/Manifest
new file mode 100644
index 000000000000..bae0582e8bdc
--- /dev/null
+++ b/dev-util/geany-plugins/Manifest
@@ -0,0 +1,4 @@
+DIST geany-plugins-0.19.tar.gz 1331968 RMD160 453ecc1f305651cd3e6ed4e128065faeed7722c9 SHA1 7a498ccdf324da7a69247a53d951fd796f34eace SHA256 c006b6d19e81d7b3dff1bfe8faf75cf7a7fced0ec59829313bcc764ad27994bc
+EBUILD geany-plugins-0.19.ebuild 914 RMD160 76f2459395aa4c9818997dfd06d966e69831b43d SHA1 156abac9eb5521e32b87accebb0176ca2a27be02 SHA256 30994d66dc08154ab24f0426ade27abdd920a40f7c7f319e128caf864411b690
+MISC ChangeLog 466 RMD160 683d5f80133d70a2c26875bd68aaa51e161470f5 SHA1 1e29b6f7b5905473ab5f13e51beb225cace5dd78 SHA256 f255b9c04bdf6ed3cb40af7163d8d31fd8383b5644f43fdd991d318a65c66485
+MISC metadata.xml 590 RMD160 87d31cbfab459fd9186c92095d6319d60dd76b1b SHA1 a14e3209d6248f67680f8514be3909d4cdfa6799 SHA256 f77f0aa58ef810406b36812ee51f0430479135dfdd0eda83e267adf51889ab02
diff --git a/dev-util/geany-plugins/geany-plugins-0.19.ebuild b/dev-util/geany-plugins/geany-plugins-0.19.ebuild
new file mode 100644
index 000000000000..b3ec905eba13
--- /dev/null
+++ b/dev-util/geany-plugins/geany-plugins-0.19.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.19.ebuild,v 1.1 2010/07/08 07:39:30 polynomial-c Exp $
+
+EAPI="2"
+
+inherit base versionator
+
+DESCRIPTION="A collection of different plugins for Geany"
+HOMEPAGE="http://plugins.geany.org/geany-plugins"
+SRC_URI="http://plugins.geany.org/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="enchant gtkspell lua nls"
+
+LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"
+
+RDEPEND="=dev-util/geany-$(get_version_component_range 1-2)*
+ enchant? ( app-text/enchant )
+ gtkspell? ( app-text/gtkspell )
+ lua? ( dev-lang/lua )"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )"
+
+src_configure() {
+ econf \
+ $(use_enable enchant spellcheck) \
+ $(use_enable gtkspell) \
+ $(use_enable lua geanylua) \
+ $(use_enable nls)
+}
diff --git a/dev-util/geany-plugins/metadata.xml b/dev-util/geany-plugins/metadata.xml
new file mode 100644
index 000000000000..34e7bf8da600
--- /dev/null
+++ b/dev-util/geany-plugins/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>ohnobinki@ohnopublishing.net</email>
+ <name>Nathan Phillip Brink</name>
+ </maintainer>
+ <maintainer>
+ <email>polynomial-c@gentoo.org</email>
+ <name>Lars Wendler</name>
+ <description>Proxy maintainer for Nathan</description>
+ </maintainer>
+ <use>
+ <flag name='enchant'>Enable spell checking using enchant</flag>
+ <flag name='gtkspell'>Use gtkspell for dictionary support</flag>
+ </use>
+</pkgmetadata>