aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2011-12-10 20:40:23 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2011-12-10 20:40:23 +0100
commitac84c0411917b442c3042f68a86eab4d19d679fc (patch)
tree396b43f8f220c43a165395b216c62dc48e4b1d13
parenti3: Bump to 4.1 and update ebuilds (diff)
downloadsardemff7-ac84c0411917b442c3042f68a86eab4d19d679fc.tar.gz
sardemff7-ac84c0411917b442c3042f68a86eab4d19d679fc.tar.bz2
sardemff7-ac84c0411917b442c3042f68a86eab4d19d679fc.zip
geany-plugins: Move to git
-rw-r--r--dev-util/geany-plugins/Manifest2
-rw-r--r--dev-util/geany-plugins/geany-plugins-9999.ebuild14
2 files changed, 4 insertions, 12 deletions
diff --git a/dev-util/geany-plugins/Manifest b/dev-util/geany-plugins/Manifest
index e0c50c4..f355be3 100644
--- a/dev-util/geany-plugins/Manifest
+++ b/dev-util/geany-plugins/Manifest
@@ -1 +1 @@
-EBUILD geany-plugins-9999.ebuild 1684 RMD160 7f5f54ced299ceeb399c6197c589f28dfa77475a SHA1 04ac733a1cff43f41d915ac03e38ae4d21d6965b SHA256 b39a9d80293fa42ffa6537c83d5e8d5df3d32798ac1629a91ad8fac11600e56e
+EBUILD geany-plugins-9999.ebuild 1475 RMD160 80e1aa1a4f2aea3df16f2fda872fb852fc2f9df7 SHA1 b83d041b18d25842e74508b45de199d9e1f278bf SHA256 534cb852638f3fbad7a9f222807cf1b8ec64da781661551ed0486a2348326c2a
diff --git a/dev-util/geany-plugins/geany-plugins-9999.ebuild b/dev-util/geany-plugins/geany-plugins-9999.ebuild
index e9f2399..f0b9c3a 100644
--- a/dev-util/geany-plugins/geany-plugins-9999.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-9999.ebuild
@@ -2,11 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
-
-inherit base subversion autotools
-
-ESVN_REPO_URI="https://geany.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-plugins"
+EAPI="4"
+EGIT_REPO_URI="git://github.com/geany/geany-plugins"
+inherit base git-2 autotools
DESCRIPTION="A collection of different plugins for Geany"
HOMEPAGE="http://plugins.geany.org/geany-plugins"
@@ -56,12 +54,6 @@ src_prepare() {
done
popd &>/dev/null
- # A little fail, the sed should not break anything after
- # an official fix
- sed -i \
- -e 's|geanypg_la__CFLAGS|geanypg_la_CFLAGS|' \
- geanypg/src/Makefile.am
-
intltoolize --force --copy --automake || die "intltoolize failed"
eautoreconf
}