[gentoo-commits] repo/gentoo:master commit in: app-text/paps/

2016-07-29 Thread Michael Weber
commit: 8b028d99a3785fecdc54d8774d907ecbdb1aa93b
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Jul 29 16:43:09 2016 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Jul 29 16:43:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b028d99

app-text/paps: drop old revision (bug 566050).

Package-Manager: portage-2.2.28

 app-text/paps/paps-0.6.8-r1.ebuild | 37 -
 1 file changed, 37 deletions(-)

diff --git a/app-text/paps/paps-0.6.8-r1.ebuild 
b/app-text/paps/paps-0.6.8-r1.ebuild
deleted file mode 100644
index 6711821..000
--- a/app-text/paps/paps-0.6.8-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Unicode-aware text to PostScript converter"
-HOMEPAGE="http://paps.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/pango"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-fix-as-needed-build.patch \
-   "${FILESDIR}"/${P}-fix-doxygen-acinclude.patch \
-   "${FILESDIR}"/${P}-fix-freetype-include.patch
-
-   mv configure.in configure.ac || die
-
-   eautoreconf
-}
-
-src_install() {
-   dobin src/paps
-   doman src/paps.1
-   dodoc AUTHORS ChangeLog NEWS README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/paps/

2016-07-28 Thread Agostino Sarubbo
commit: 0e478d42fcc76d4a4fe1866afd732fb8d7cf32c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 28 14:07:03 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 28 14:07:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e478d42

app-text/paps: x86 stable wrt bug #566050

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/paps/paps-0.6.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/paps/paps-0.6.8-r2.ebuild 
b/app-text/paps/paps-0.6.8-r2.ebuild
index cc41b43..cdc50d0 100644
--- a/app-text/paps/paps-0.6.8-r2.ebuild
+++ b/app-text/paps/paps-0.6.8-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="x11-libs/pango"



[gentoo-commits] repo/gentoo:master commit in: app-text/paps/

2016-07-28 Thread Agostino Sarubbo
commit: 565c6dacdaa0bc5cf0e2b1af05ee08e852a44ca5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 28 08:41:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 28 08:41:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565c6dac

app-text/paps: amd64 stable wrt bug #566050

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/paps/paps-0.6.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/paps/paps-0.6.8-r2.ebuild 
b/app-text/paps/paps-0.6.8-r2.ebuild
index 12152b0..cc41b43 100644
--- a/app-text/paps/paps-0.6.8-r2.ebuild
+++ b/app-text/paps/paps-0.6.8-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/pango"



[gentoo-commits] repo/gentoo:master commit in: app-text/paps/, app-text/paps/files/

2016-07-25 Thread Michael Weber
commit: a04f61b7bbfe1e82cf00e9354fc5d6f3b389f719
Author: Michael Weber  gentoo  org>
AuthorDate: Mon Jul 25 15:23:10 2016 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon Jul 25 15:23:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04f61b7

app-text/paps: Fix bad handling of empty files (bug 566050).

Package-Manager: portage-2.2.28

 .../paps/files/paps-0.6.8-fix-empty-file.patch | 23 +
 app-text/paps/paps-0.6.8-r2.ebuild | 38 ++
 2 files changed, 61 insertions(+)

diff --git a/app-text/paps/files/paps-0.6.8-fix-empty-file.patch 
b/app-text/paps/files/paps-0.6.8-fix-empty-file.patch
new file mode 100644
index 000..ae334d1
--- /dev/null
+++ b/app-text/paps/files/paps-0.6.8-fix-empty-file.patch
@@ -0,0 +1,23 @@
+https://bugs.gentoo.org/show_bug.cgi?id=566050#c2
+
+--- paps-0.6.8/src/paps.c
 paps-0.6.8/src/paps.c
+@@ -569,11 +569,14 @@
+ 
+   fclose (file);
+ 
+-  /* Add a trailing new line if it is missing */
+-  if (inbuf->str[inbuf->len-1] != '\n')
+-g_string_append(inbuf, "\n");
++  if (inbuf->len) {
++/* Add a trailing new line if it is missing */
++if (inbuf->str[inbuf->len-1] != '\n')
++  g_string_append(inbuf, "\n");
+ 
+-  text = inbuf->str;
++text = inbuf->str;
++  } else
++  text = g_strdup("\n");
+   g_string_free (inbuf, FALSE);
+ 
+   return text;

diff --git a/app-text/paps/paps-0.6.8-r2.ebuild 
b/app-text/paps/paps-0.6.8-r2.ebuild
new file mode 100644
index 000..12152b0
--- /dev/null
+++ b/app-text/paps/paps-0.6.8-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION="Unicode-aware text to PostScript converter"
+HOMEPAGE="http://paps.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/pango"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${P}-fix-as-needed-build.patch \
+   "${FILESDIR}"/${P}-fix-doxygen-acinclude.patch \
+   "${FILESDIR}"/${P}-fix-freetype-include.patch \
+   "${FILESDIR}"/${P}-fix-empty-file.patch
+
+   mv configure.in configure.ac || die
+
+   eautoreconf
+}
+
+src_install() {
+   dobin src/paps
+   doman src/paps.1
+   dodoc AUTHORS ChangeLog NEWS README TODO
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/paps/files/

2015-10-07 Thread Lars Wendler
commit: 7605e8e58cc7de404056ea59b9bed9de2e867b37
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Oct  7 20:20:14 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Oct  7 20:20:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7605e8e5

app-text/paps: Fixed compilation with freetype-2.6.1 (bug #562494).

Package-Manager: portage-2.2.22
Signed-off-by: Lars Wendler  gentoo.org>

 app-text/paps/files/paps-0.6.8-fix-freetype-include.patch | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-text/paps/files/paps-0.6.8-fix-freetype-include.patch 
b/app-text/paps/files/paps-0.6.8-fix-freetype-include.patch
index 30b456e..ab97d22 100644
--- a/app-text/paps/files/paps-0.6.8-fix-freetype-include.patch
+++ b/app-text/paps/files/paps-0.6.8-fix-freetype-include.patch
@@ -1,13 +1,14 @@
 --- paps-0.6.8/src/libpaps.c
 +++ paps-0.6.8/src/libpaps.c
-@@ -25,8 +25,8 @@
+@@ -25,8 +25,9 @@
  
  #include 
  #include 
 -#include 
 -#include 
-+#include 
-+#include 
++#include 
++#include FT_GLYPH_H
++#include FT_OUTLINE_H
  #include 
  #include 
  #include 



[gentoo-commits] repo/gentoo:master commit in: app-text/paps/

2015-08-09 Thread Mikle Kolyada
commit: 726599277280edcdf74159e7a52f74c8d33d3158
Author: Mikle Kolyada zlogene AT gentoo DOT org
AuthorDate: Sun Aug  9 18:13:29 2015 +
Commit: Mikle Kolyada zlogene AT gentoo DOT org
CommitDate: Sun Aug  9 18:13:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72659927

app-text/paps: x86 stable wrt bug #553984

Package-Manager: portage-2.2.20

 app-text/paps/paps-0.6.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/paps/paps-0.6.8-r1.ebuild 
b/app-text/paps/paps-0.6.8-r1.ebuild
index 6068f60..6711821 100644
--- a/app-text/paps/paps-0.6.8-r1.ebuild
+++ b/app-text/paps/paps-0.6.8-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
 
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 RDEPEND=x11-libs/pango



[gentoo-commits] repo/gentoo:master commit in: app-text/paps/

2015-08-09 Thread Michael Weber
commit: d3bd70717e85b282e52f6e1998c07f08668c5523
Author: Michael Weber xmw AT gentoo DOT org
AuthorDate: Sun Aug  9 18:25:42 2015 +
Commit: Michael Weber xmw AT gentoo DOT org
CommitDate: Sun Aug  9 18:28:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3bd7071

app-text/paps: drop old broken version (bug 534406).

Package-Manager: portage-2.2.20

 app-text/paps/paps-0.6.8.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/app-text/paps/paps-0.6.8.ebuild b/app-text/paps/paps-0.6.8.ebuild
deleted file mode 100644
index 8cee860..000
--- a/app-text/paps/paps-0.6.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit flag-o-matic
-
-DESCRIPTION=Unicode-aware text to PostScript converter
-HOMEPAGE=http://paps.sourceforge.net/;
-SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
-
-LICENSE=LGPL-2
-SLOT=0
-KEYWORDS=amd64 x86
-IUSE=
-
-RDEPEND=x11-libs/pango
-DEPEND=${RDEPEND}
-   virtual/pkgconfig
-
-pkg_setup() {
-   append-ldflags $(no-as-needed)
-}
-
-src_install() {
-   emake DESTDIR=${D} install || die
-   dodoc AUTHORS ChangeLog NEWS README TODO || die
-}