diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-06-11 19:49:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-06-11 19:49:05 +0000 |
commit | b4d7d8285cebff02217cf2692a5bd6c32fb3cf9a (patch) | |
tree | 722813fcede818ce5e6c2e9a6b52d764434deec6 /app-emacs | |
parent | amd64 stable, bug #272554 (diff) | |
download | historical-b4d7d8285cebff02217cf2692a5bd6c32fb3cf9a.tar.gz historical-b4d7d8285cebff02217cf2692a5bd6c32fb3cf9a.tar.bz2 historical-b4d7d8285cebff02217cf2692a5bd6c32fb3cf9a.zip |
Remove old.
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/doxymacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/doxymacs/doxymacs-1.8.0-r2.ebuild | 45 |
2 files changed, 4 insertions, 46 deletions
diff --git a/app-emacs/doxymacs/ChangeLog b/app-emacs/doxymacs/ChangeLog index d040354fb593..01cb6a81993c 100644 --- a/app-emacs/doxymacs/ChangeLog +++ b/app-emacs/doxymacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/doxymacs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/doxymacs/ChangeLog,v 1.8 2009/06/11 19:36:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/doxymacs/ChangeLog,v 1.9 2009/06/11 19:49:05 ulm Exp $ + + 11 Jun 2009; Ulrich Mueller <ulm@gentoo.org> -doxymacs-1.8.0-r2.ebuild: + Remove old. 11 Jun 2009; Markus Meier <maekke@gentoo.org> doxymacs-1.8.0-r3.ebuild: amd64 stable, bug #272462 diff --git a/app-emacs/doxymacs/doxymacs-1.8.0-r2.ebuild b/app-emacs/doxymacs/doxymacs-1.8.0-r2.ebuild deleted file mode 100644 index 6c0a500e68f4..000000000000 --- a/app-emacs/doxymacs/doxymacs-1.8.0-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/doxymacs/doxymacs-1.8.0-r2.ebuild,v 1.3 2009/03/02 18:36:22 ulm Exp $ - -NEED_EMACS=22 - -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" -IUSE="" - -DEPEND=">=dev-libs/libxml2-2.6.13" -RDEPEND="${DEPEND}" - -DOCS="AUTHORS ChangeLog NEWS README TODO" -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - append-flags -Wno-error #260874 - econf \ - --with-datadir="${SITELISP}/${PN}" \ - --with-lispdir="${SITELISP}/${PN}" \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake \ - prefix="${D}/usr" \ - datadir="${D}/${SITELISP}/${PN}" \ - lispdir="${D}/${SITELISP}/${PN}" \ - install \ - || die "emake install failed" - - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - - dodoc ${DOCS} || die "dodoc failed" -} |