diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-02 21:40:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-02 21:40:04 +0000 |
commit | 09afba9952a7152e6e3b5660b451a3b882a354f1 (patch) | |
tree | 1296d49aacbde37c000355227d56dd71bc448b12 /app-editors | |
parent | Add subslot dependency on dev-libs/icu (diff) | |
download | gentoo-2-09afba9952a7152e6e3b5660b451a3b882a354f1.tar.gz gentoo-2-09afba9952a7152e6e3b5660b451a3b882a354f1.tar.bz2 gentoo-2-09afba9952a7152e6e3b5660b451a3b882a354f1.zip |
Update SRC_URI. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/uemacs-pk/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild | 49 | ||||
-rw-r--r-- | app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild | 49 | ||||
-rw-r--r-- | app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild | 7 |
4 files changed, 10 insertions, 104 deletions
diff --git a/app-editors/uemacs-pk/ChangeLog b/app-editors/uemacs-pk/ChangeLog index f9de37e0c2c4..9341cb1b6f27 100644 --- a/app-editors/uemacs-pk/ChangeLog +++ b/app-editors/uemacs-pk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/uemacs-pk -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v 1.26 2013/09/01 23:15:29 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v 1.27 2014/03/02 21:40:04 ulm Exp $ + + 02 Mar 2014; Ulrich Müller <ulm@gentoo.org> + -uemacs-pk-4.0.15_p20120526.ebuild, -uemacs-pk-4.0.15_p20120925.ebuild, + uemacs-pk-4.0.15_p20130222.ebuild: + Update SRC_URI. Remove old. 01 Sep 2013; Jeff Horelick <jdhore@gentoo.org> uemacs-pk-4.0.15_p20130222.ebuild: diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild deleted file mode 100644 index c9bc7afadd6f..000000000000 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild,v 1.5 2013/02/28 17:34:52 ulm Exp $ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS" -HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary - ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK" -# snapshot from git repo -SRC_URI="mirror://gentoo/uemacs-${PV}.tar.bz2" - -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" - -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/uemacs" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch -} - -src_compile() { - emake V=1 \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" -} - -src_install() { - dobin em - insinto /usr/share/${PN} - doins emacs.hlp - newins emacs.rc .emacsrc - dodoc README readme.39e emacs.ps UTF-8-demo.txt -} - -pkg_postinst() { - einfo "If you are upgrading from version 4.0.18, please note that the" - einfo "executable is now installed as \"em\" instead of \"uemacs\"." -} diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild deleted file mode 100644 index 5a846a439bce..000000000000 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120925.ebuild,v 1.2 2013/02/28 17:34:52 ulm Exp $ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS" -HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary - ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK" -# snapshot from git repo -SRC_URI="mirror://gentoo/uemacs-${PV}.tar.bz2" - -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/uemacs" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch -} - -src_compile() { - emake V=1 \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" -} - -src_install() { - dobin em - insinto /usr/share/${PN} - doins emacs.hlp - newins emacs.rc .emacsrc - dodoc README readme.39e emacs.ps UTF-8-demo.txt -} - -pkg_postinst() { - einfo "If you are upgrading from version 4.0.18, please note that the" - einfo "executable is now installed as \"em\" instead of \"uemacs\"." -} diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild index 6c019ab5e47f..a1275f709dd7 100644 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild +++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild,v 1.3 2013/09/01 23:15:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild,v 1.4 2014/03/02 21:40:04 ulm Exp $ EAPI=4 @@ -10,12 +10,11 @@ DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS" HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK" # snapshot from git repo -SRC_URI="mirror://gentoo/uemacs-${PV}.tar.xz" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz" LICENSE="free-noncomm" SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" RDEPEND="sys-libs/ncurses" DEPEND="${RDEPEND} |