summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-05-26 21:14:09 +0000
committerUlrich Müller <ulm@gentoo.org>2012-05-26 21:14:09 +0000
commitbfa23c712af3185738fdb9741102f755566e3d04 (patch)
tree1df629bad2f342ee6b426451fd3ad0a19d39fd07 /app-editors
parentVersion bump (diff)
downloadgentoo-2-bfa23c712af3185738fdb9741102f755566e3d04.tar.gz
gentoo-2-bfa23c712af3185738fdb9741102f755566e3d04.tar.bz2
gentoo-2-bfa23c712af3185738fdb9741102f755566e3d04.zip
Version bump, bug 387135. Remove old.
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/uemacs-pk/ChangeLog11
-rw-r--r--app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch26
-rw-r--r--app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild (renamed from app-editors/uemacs-pk/uemacs-pk-4.0.15_p20101216.ebuild)8
3 files changed, 13 insertions, 32 deletions
diff --git a/app-editors/uemacs-pk/ChangeLog b/app-editors/uemacs-pk/ChangeLog
index 02d774fe4b35..54c419921ea7 100644
--- a/app-editors/uemacs-pk/ChangeLog
+++ b/app-editors/uemacs-pk/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-editors/uemacs-pk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v 1.15 2011/10/13 21:43:02 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/ChangeLog,v 1.16 2012/05/26 21:14:09 ulm Exp $
+
+*uemacs-pk-4.0.15_p20120526 (26 May 2012)
+
+ 26 May 2012; Ulrich Müller <ulm@gentoo.org>
+ -uemacs-pk-4.0.15_p20101216.ebuild, +uemacs-pk-4.0.15_p20120526.ebuild,
+ -files/uemacs-pk-4.0.15_p20101216-gentoo.patch:
+ Version bump, bug 387135. Remove old.
13 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
uemacs-pk-4.0.15_p20110825.ebuild:
diff --git a/app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch b/app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch
deleted file mode 100644
index 35f3c98febd6..000000000000
--- a/app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- uemacs-orig/Makefile
-+++ uemacs/Makefile
-@@ -56,7 +56,7 @@
-
- $(PROGRAM): $(OBJ)
- $(E) " LINK " $@
-- $(Q) $(CC) $(DEFINES) -o $@ $(OBJ) $(LIBS)
-+ $(Q) $(CC) $(LDFLAGS) $(DEFINES) -o $@ $(OBJ) $(LIBS)
-
- SPARSE=sparse
- SPARSE_FLAGS=-D__LITTLE_ENDIAN__ -D__x86_64__ -D__linux__ -D__unix__
---- uemacs-orig/epath.h
-+++ uemacs/epath.h
-@@ -25,10 +25,8 @@
- #if V7 | BSD | USG
- {
- ".emacsrc", "emacs.hlp",
--#if PKCODE
-- "/usr/global/lib/", "/usr/local/bin/", "/usr/local/lib/",
--#endif
--"/usr/local/", "/usr/lib/", ""};
-+ "/etc/uemacs-pk/", "/usr/share/uemacs-pk/", ""
-+};
- #endif
-
- #if VMS
diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20101216.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild
index 1e19d8863c07..c69216656ca1 100644
--- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20101216.ebuild
+++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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_p20101216.ebuild,v 1.7 2011/09/11 09:25:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20120526.ebuild,v 1.1 2012/05/26 21:14:09 ulm Exp $
EAPI=4
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/uemacs-${PV}.tar.bz2"
LICENSE="free-noncomm"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-libs/ncurses"
@@ -23,7 +23,7 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/uemacs"
src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
+ epatch "${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch
}
src_compile() {