From 4a98ce1f882489617cd30ad90d4c9a427db7d42b Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 13 Apr 2021 07:17:29 +0200 Subject: app-emacs/doxymacs: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller --- app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild | 35 ----------------------------- app-emacs/doxymacs/doxymacs-1.8.0-r4.ebuild | 35 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild create mode 100644 app-emacs/doxymacs/doxymacs-1.8.0-r4.ebuild (limited to 'app-emacs') diff --git a/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild b/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild deleted file mode 100644 index 5d9ed4e59e7..00000000000 --- a/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp flag-o-matic - -DESCRIPTION="Doxygen editing minor mode" -HOMEPAGE="http://doxymacs.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND=">=dev-libs/libxml2-2.6.13" -RDEPEND="${DEPEND}" - -ELISP_PATCHES="${P}-gcc7.patch" -SITEFILE="50${PN}-gentoo.el" - -src_configure() { - append-flags -Wno-error #260874 - econf --with-lispdir="${SITELISP}/${PN}" -} - -src_compile() { - default -} - -src_install() { - emake DESTDIR="${D}" install - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/app-emacs/doxymacs/doxymacs-1.8.0-r4.ebuild b/app-emacs/doxymacs/doxymacs-1.8.0-r4.ebuild new file mode 100644 index 00000000000..8f6f1f24fd8 --- /dev/null +++ b/app-emacs/doxymacs/doxymacs-1.8.0-r4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp flag-o-matic + +DESCRIPTION="Doxygen editing minor mode" +HOMEPAGE="http://doxymacs.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND=">=dev-libs/libxml2-2.6.13" +RDEPEND="${DEPEND}" + +PATCHES=("${FILESDIR}"/${P}-gcc7.patch) +SITEFILE="50${PN}-gentoo.el" + +src_configure() { + append-flags -Wno-error #260874 + econf --with-lispdir="${SITELISP}/${PN}" +} + +src_compile() { + default +} + +src_install() { + emake DESTDIR="${D}" install + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + dodoc AUTHORS ChangeLog NEWS README TODO +} -- cgit v1.2.3-18-g5258