aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/geany-plugins/geany-plugins-9999.ebuild')
-rw-r--r--dev-util/geany-plugins/geany-plugins-9999.ebuild14
1 files changed, 3 insertions, 11 deletions
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
}