diff options
author | 2007-06-29 07:56:19 +0000 | |
---|---|---|
committer | 2007-06-29 07:56:19 +0000 | |
commit | 2ab845fa32e351e4c8857774b17bdad7256cab01 (patch) | |
tree | 149ecec6cf94e60b920d78141f5f85894c71a437 /app-emacs | |
parent | games-fps/vavoom-music: Fixed docs installation way (previous one was broken) (diff) | |
download | sunrise-2ab845fa32e351e4c8857774b17bdad7256cab01.tar.gz sunrise-2ab845fa32e351e4c8857774b17bdad7256cab01.tar.bz2 sunrise-2ab845fa32e351e4c8857774b17bdad7256cab01.zip |
Improved ebuild in Emacs overlay now, so no need to duplicate it
svn path=/sunrise/; revision=4078
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/doxymacs/ChangeLog | 16 | ||||
-rw-r--r-- | app-emacs/doxymacs/Manifest | 5 | ||||
-rw-r--r-- | app-emacs/doxymacs/doxymacs-1.7.0.ebuild | 45 | ||||
-rw-r--r-- | app-emacs/doxymacs/files/50doxymacs-gentoo.el | 9 | ||||
-rw-r--r-- | app-emacs/doxymacs/metadata.xml | 5 |
5 files changed, 0 insertions, 80 deletions
diff --git a/app-emacs/doxymacs/ChangeLog b/app-emacs/doxymacs/ChangeLog deleted file mode 100644 index 5162a3d2e..000000000 --- a/app-emacs/doxymacs/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -# ChangeLog for app-emacs/doxymacs -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 13 Mar 2007; Christian Schlotter (schlotter) <again@gmx.de> - doxymacs-1.7.0.ebuild: - Remove dependency on app-emacs/w3, as it was removed from the tree. Thanks - to Santiago M. Mola Velasco in bug #110083. - - 13 Jan 2007; Jakub Moc <jakub@gentoo.org> doxymacs-1.7.0.ebuild: - No need to dodoc COPYING and INSTALL - - 13 Jan 2007; Christian Schlotter (schlotter) <again@gmx.de> - +files/50doxymacs-gentoo.el, +doxymacs-1.7.0.ebuild, +metadata.xml: - new ebuild for bug 110083 - diff --git a/app-emacs/doxymacs/Manifest b/app-emacs/doxymacs/Manifest deleted file mode 100644 index 0bea2c17d..000000000 --- a/app-emacs/doxymacs/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX 50doxymacs-gentoo.el 292 RMD160 acad646a79ddd729cfcf972cce4fc2f152994b9a SHA1 b553b2ba80d5a79feb89efe855f1abe844d15df1 SHA256 7a17ae7b3dd6174f8e6fcac624176b10af1bbf9b891c7e73a522e8b48d9553f4 -DIST doxymacs-1.7.0.tar.gz 129888 RMD160 1dc2ed7735e856ce927b2d61989b02b1d0769fa7 SHA1 65aca1424462a4cb5b2369e284110e24a0551ea8 SHA256 83cd33ce4fbec00a5b521402989e816fc327548d0c7f7f84411783ea70dd5369 -EBUILD doxymacs-1.7.0.ebuild 1003 RMD160 dd2a80ec7ea14a5a27f990283b5cefe85921df2f SHA1 761d680984d924e59d1195d80cbb31802a49822c SHA256 ac96e32c26db64bbd1b9c707d11d6754c99a95996d4f6ebbd0dc8a1662f9e4cf -MISC ChangeLog 598 RMD160 ebad5ad186eaf21c1212aaf65862a78d1c3ef7fc SHA1 5f21d0bcc59c24b99ef27328d392f8986801d8a8 SHA256 113a9b0838333149b9c53e0f31e184f9b797637528c48843130adea53b1dcbe9 -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-emacs/doxymacs/doxymacs-1.7.0.ebuild b/app-emacs/doxymacs/doxymacs-1.7.0.ebuild deleted file mode 100644 index 8c34d49c3..000000000 --- a/app-emacs/doxymacs/doxymacs-1.7.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit elisp - -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="virtual/emacs - >=dev-libs/libxml2-2.6.13" -# w3 is only needed for older emacsen, as URL package is part of >=emacs-22 -RDEPEND="${DEPEND} - || ( >=app-editors/emacs-cvs-22 >=app-editors/emacs-22 )" - -SITEFILE="${FILESDIR}/50doxymacs-gentoo.el" -DOCS="AUTHORS ChangeLog NEWS README TODO" - -src_compile() { - 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 "${SITEFILE}" - - dodoc ${DOCS} -} diff --git a/app-emacs/doxymacs/files/50doxymacs-gentoo.el b/app-emacs/doxymacs/files/50doxymacs-gentoo.el deleted file mode 100644 index 8583e654f..000000000 --- a/app-emacs/doxymacs/files/50doxymacs-gentoo.el +++ /dev/null @@ -1,9 +0,0 @@ - -;;; doxymacs site-lisp configuration -(require 'doxymacs) -(add-hook 'c-mode-common-hook 'doxymacs-mode) -(defun my-doxymacs-font-lock-hook () - (if (or (eq major-mode 'c-mode) (eq major-mode 'c++-mode)) - (doxymacs-font-lock))) -(add-hook 'font-lock-mode-hook 'my-doxymacs-font-lock-hook) - diff --git a/app-emacs/doxymacs/metadata.xml b/app-emacs/doxymacs/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/app-emacs/doxymacs/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> |