diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-27 07:27:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-27 07:27:22 +0000 |
commit | 9a6bad8ccd733497fc471761264f65fa501475c1 (patch) | |
tree | a0aebb290215502d257e21bf8fa06c3f02a25aca /app-emacs/gnuserv-programs | |
parent | Use eclass default instead of elisp-comp, bug 235442. Remove old. (diff) | |
download | gentoo-2-9a6bad8ccd733497fc471761264f65fa501475c1.tar.gz gentoo-2-9a6bad8ccd733497fc471761264f65fa501475c1.tar.bz2 gentoo-2-9a6bad8ccd733497fc471761264f65fa501475c1.zip |
Remove old.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs/gnuserv-programs')
-rw-r--r-- | app-emacs/gnuserv-programs/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/gnuserv-programs/gnuserv-programs-3.12.7.ebuild | 37 |
2 files changed, 6 insertions, 39 deletions
diff --git a/app-emacs/gnuserv-programs/ChangeLog b/app-emacs/gnuserv-programs/ChangeLog index b5ed3b3e692d..f93e623384fe 100644 --- a/app-emacs/gnuserv-programs/ChangeLog +++ b/app-emacs/gnuserv-programs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/gnuserv-programs -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv-programs/ChangeLog,v 1.8 2007/12/01 11:26:26 opfer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv-programs/ChangeLog,v 1.9 2008/08/27 07:27:22 ulm Exp $ + + 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> + -gnuserv-programs-3.12.7.ebuild: + Remove old. 01 Dec 2007; Christian Faulhammer <opfer@gentoo.org> gnuserv-programs-3.12.8.ebuild: diff --git a/app-emacs/gnuserv-programs/gnuserv-programs-3.12.7.ebuild b/app-emacs/gnuserv-programs/gnuserv-programs-3.12.7.ebuild deleted file mode 100644 index e389b6f47e44..000000000000 --- a/app-emacs/gnuserv-programs/gnuserv-programs-3.12.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv-programs/gnuserv-programs-3.12.7.ebuild,v 1.6 2007/08/22 21:09:44 angelos Exp $ - -DESCRIPTION="Binary programs for app-emacs/gnuserv" -HOMEPAGE="http://meltin.net/hacks/emacs/" -SRC_URI="http://meltin.net/hacks/emacs/src/gnuserv-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="X" - -DEPEND="!app-editors/xemacs - !<=app-emacs/gnuserv-3.12.7 - X? ( x11-libs/libXau )" -RDEPEND="${DEPEND}" -PDEPEND="~app-emacs/gnuserv-${PV}" - -S="${WORKDIR}/gnuserv-${PV}" - -src_compile() { - # bug #83112 - unset LDFLAGS - - econf $(use_enable X xauth) \ - --x-includes=/usr/X11R6/include \ - --x-libraries=/usr/X11R6/lib || die "econf failed" - emake ELC="" || die "emake failed" -} - -src_install() { - emake -j1 ELC="" \ - prefix="${D}"/usr \ - man1dir="${D}"/usr/share/man/man1 \ - install || die "emake install failed" -} |