summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2013-03-24 20:24:24 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2013-03-24 20:24:24 +0000
commit8c7eb176f3abed0a3cce1dd446b579c0e2addc8f (patch)
tree99265004dc42edddc0517719f7bb2a0e6e9fc65d /app-text
parentRemove old; show elog only on first install, bug 440440 (diff)
downloadgentoo-2-8c7eb176f3abed0a3cce1dd446b579c0e2addc8f.tar.gz
gentoo-2-8c7eb176f3abed0a3cce1dd446b579c0e2addc8f.tar.bz2
gentoo-2-8c7eb176f3abed0a3cce1dd446b579c0e2addc8f.zip
Remove old
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/libpaper/ChangeLog8
-rw-r--r--app-text/libpaper/files/libpaper-1.1.14.8-malloc.patch12
-rw-r--r--app-text/libpaper/libpaper-1.1.23.ebuild36
3 files changed, 6 insertions, 50 deletions
diff --git a/app-text/libpaper/ChangeLog b/app-text/libpaper/ChangeLog
index 98eef209c17c..bc78b4c59dd0 100644
--- a/app-text/libpaper/ChangeLog
+++ b/app-text/libpaper/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for app-text/libpaper
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.54 2013/03/24 20:22:41 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/ChangeLog,v 1.55 2013/03/24 20:24:23 dilfridge Exp $
+
+ 24 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ -files/libpaper-1.1.14.8-malloc.patch, -libpaper-1.1.23.ebuild:
+ Remove old
24 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org>
libpaper-1.1.24-r1.ebuild:
- Remove old; show elog only on first install, bug 440440
+ show elog only on first install, bug 440440
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> libpaper-1.1.24-r1.ebuild:
keyword ~amd64-fbsd
diff --git a/app-text/libpaper/files/libpaper-1.1.14.8-malloc.patch b/app-text/libpaper/files/libpaper-1.1.14.8-malloc.patch
deleted file mode 100644
index ca96a38feab2..000000000000
--- a/app-text/libpaper/files/libpaper-1.1.14.8-malloc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: libpaper-1.1.14ubuntu8/lib/paper.c
-===================================================================
---- libpaper-1.1.14ubuntu8.orig/lib/paper.c
-+++ libpaper-1.1.14ubuntu8/lib/paper.c
-@@ -14,7 +14,6 @@
- #include <sys/stat.h>
-
- #include <stdio.h>
--#include <malloc.h>
- #include <string.h>
- #include <ctype.h>
-
diff --git a/app-text/libpaper/libpaper-1.1.23.ebuild b/app-text/libpaper/libpaper-1.1.23.ebuild
deleted file mode 100644
index 0f7f6a9fd3ab..000000000000
--- a/app-text/libpaper/libpaper-1.1.23.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libpaper/libpaper-1.1.23.ebuild,v 1.10 2010/03/08 08:14:49 sping Exp $
-
-inherit eutils libtool
-
-MY_P=${P/-/_}
-DESCRIPTION="Library for handling paper characteristics"
-HOMEPAGE="http://packages.debian.org/unstable/source/libpaper"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/libpaper-1.1.14.8-malloc.patch
- elibtoolize
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README ChangeLog debian/changelog debian/NEWS
- dodir /etc
- (paperconf 2>/dev/null || echo a4) > "${D}"/etc/papersize
-}
-
-pkg_postinst() {
- echo
- elog "run \"paperconfig -p letter\" as root to use letter-pagesizes"
- elog "or paperconf with normal user privileges."
- echo
-}