public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/paps/
@ 2015-08-09 18:16 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2015-08-09 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     726599277280edcdf74159e7a52f74c8d33d3158
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 18:13:29 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 18:13:57 2015 +0000
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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/paps/
@ 2015-08-09 18:29 Michael Weber
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber @ 2015-08-09 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d3bd70717e85b282e52f6e1998c07f08668c5523
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 18:25:42 2015 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 18:28:53 2015 +0000
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..0000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/paps/
@ 2016-07-28  8:43 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2016-07-28  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     565c6dacdaa0bc5cf0e2b1af05ee08e852a44ca5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 08:41:32 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 08:41:32 2016 +0000
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 <ago <AT> 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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/paps/
@ 2016-07-28 14:08 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2016-07-28 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0e478d42fcc76d4a4fe1866afd732fb8d7cf32c4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 14:07:03 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 14:07:03 2016 +0000
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 <ago <AT> 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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/paps/
@ 2016-07-29 16:44 Michael Weber
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber @ 2016-07-29 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8b028d99a3785fecdc54d8774d907ecbdb1aa93b
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 16:43:09 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 16:43:26 2016 +0000
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..0000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-29 16:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-29 16:44 [gentoo-commits] repo/gentoo:master commit in: app-text/paps/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2016-07-28 14:08 Agostino Sarubbo
2016-07-28  8:43 Agostino Sarubbo
2015-08-09 18:29 Michael Weber
2015-08-09 18:16 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox