]> Pileus Git - ~andy/sunrise/commitdiff
dev-util/ geany-plugins: Now in portage, thanks to polynomial-c and few_.
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Thu, 8 Jul 2010 12:34:28 +0000 (12:34 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Thu, 8 Jul 2010 12:34:28 +0000 (12:34 +0000)
svn path=/sunrise/; revision=10959

dev-util/geany-plugins/ChangeLog [deleted file]
dev-util/geany-plugins/Manifest [deleted file]
dev-util/geany-plugins/geany-plugins-0.19.ebuild [deleted file]
dev-util/geany-plugins/metadata.xml [deleted file]

diff --git a/dev-util/geany-plugins/ChangeLog b/dev-util/geany-plugins/ChangeLog
deleted file mode 100644 (file)
index 00ecb76..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# ChangeLog for dev-util/geany-plugins
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  15 Jun 2010; Nathan Phillip Brink (ohnobinki)
-  <ohnobinki@ohnopublishing.net> geany-plugins-0.19.ebuild:
-  Fixed DEPEND on geany to match the version of geany-plugins.
-  geany-plugins-0.19 was trying to depend on geany-0.18. Thanks again to few_
-  for noting this.
-
-  14 Jun 2010; Nathan Phillip Brink (ohnobinki)
-  <ohnobinki@ohnopublishing.net> -geany-plugins-0.18.ebuild,
-  +geany-plugins-0.19.ebuild:
-  Bumped to geany-plugins-0.19. Added the LINGUAS variable which I forgot
-  before. Thanks to few_ for the notice that there's a new geany.
-
-  28 Feb 2010; Nathan Phillip Brink (ohnobinki)
-  <ohnobinki@ohnopublishing.net> geany-plugins-0.18.ebuild:
-  Fix {R,}DEPEND on dev-util/geany to be more general.
-
-  27 Nov 2009; Marco Simeone (rael86) <ing.marcosimeone@gmail.com>
-  +geany-plugins-0.18.ebuild, +metadata.xml:
-  New Ebuild for bug 294864 thanks to Tommy
-
diff --git a/dev-util/geany-plugins/Manifest b/dev-util/geany-plugins/Manifest
deleted file mode 100644 (file)
index b6fb78d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST geany-plugins-0.19.tar.gz 1331968 RMD160 453ecc1f305651cd3e6ed4e128065faeed7722c9 SHA1 7a498ccdf324da7a69247a53d951fd796f34eace SHA256 c006b6d19e81d7b3dff1bfe8faf75cf7a7fced0ec59829313bcc764ad27994bc
-EBUILD geany-plugins-0.19.ebuild 798 RMD160 65b5c3fdaa3f5c6c582482cdda3e3837cc924e72 SHA1 29dd26ef16d2fd726685f86d978d37900a21ca18 SHA256 a361f123010c573dfceb68927fca794c85d90528fdfe86c052817754137b8476
-MISC ChangeLog 993 RMD160 7b9a8df41b3478aff497a00233994d2508284cb1 SHA1 40458994ad84be5f0c1f0a1562bc01c80b38238f SHA256 ed875ac9a0ecfcd2db5007758b8a065e3f4b2ccdaf4f6280c8ddce90b5fdd151
-MISC metadata.xml 379 RMD160 5572a4b5671af7d4e2e8824acdf448d429a5d84f SHA1 9e40fad0ee8751e9a9e98210df49c0b038c47af0 SHA256 734eab2c55e5cb3120024340fc078d2abb28301ea16169fae70ff2590697b922
diff --git a/dev-util/geany-plugins/geany-plugins-0.19.ebuild b/dev-util/geany-plugins/geany-plugins-0.19.ebuild
deleted file mode 100644 (file)
index 79a2ae0..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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
deleted file mode 100644 (file)
index 5ff51ae..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <herd>no-herd</herd>
-       <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-       <use>
-               <flag name='enchant'>Enable spell checking using enchant</flag>
-               <flag name='gtkspell'>Use gtkspell for dictionary support</flag>
-       </use>
-</pkgmetadata>