diff options
author | 2020-08-29 15:15:43 -0700 | |
---|---|---|
committer | 2020-08-29 15:16:26 -0700 | |
commit | 60dd03e9c76f0b69e26a4f812928f937083c488b (patch) | |
tree | 56262f9d686c8092bc8908fc22efabd2f9356af8 /dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild | |
parent | sys-devel/autoconf: Stabilize 2.69-r5 arm64, #738342 (diff) | |
download | gentoo-60dd03e9c76f0b69e26a4f812928f937083c488b.tar.gz gentoo-60dd03e9c76f0b69e26a4f812928f937083c488b.tar.bz2 gentoo-60dd03e9c76f0b69e26a4f812928f937083c488b.zip |
dev-util/editorconfig-geany: Remove old version
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild')
-rw-r--r-- | dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild b/dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild deleted file mode 100644 index de7614d662b..00000000000 --- a/dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="EditorConfig plugin for Geany" -HOMEPAGE="https://github.com/editorconfig/editorconfig-geany/" -EGIT_COMMIT="9dce3bb476728a8f4124aefe12e0a4ffc8567dff" -SRC_URI="https://github.com/editorconfig/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -CDEPEND="app-text/editorconfig-core-c:=" -DEPEND="${CDEPEND} - dev-util/geany" -RDEPEND="${CDEPEND}" -S=${WORKDIR}/${PN}-${EGIT_COMMIT} - -src_prepare() { - eapply_user - sed -e "s|^\\(EDITORCONFIG_PREFIX =\\).*|\\1 ${EPREFIX}/usr|" \ - -e "s|^\\(CFLAGS =\\).*|\\1 -fPIC $("$(tc-getPKG_CONFIG)" --cflags geany geany) ${CFLAGS}|" \ - -e "s|\`pkg-config[^\`]*\`||" \ - -i Makefile || die -} - -src_install() { - exeinto "$("$(tc-getPKG_CONFIG)" --variable=libdir geany)/geany" - doexe ${PN}.so - dodoc README.md -} |