public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2016-10-30 20:05 Sven Wegener
  0 siblings, 0 replies; 13+ messages in thread
From: Sven Wegener @ 2016-10-30 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     511ce17719d1a02d710b25513572188801210640
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 11:16:38 2016 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 20:04:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511ce177

app-text/xournal: Update SourceForge GIT URLs

Package-Manager: portage-2.3.0

 app-text/xournal/xournal-0.4.8.ebuild | 5 +++--
 app-text/xournal/xournal-9999.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8.ebuild b/app-text/xournal/xournal-0.4.8.ebuild
index 6eb249e..8040195 100644
--- a/app-text/xournal/xournal-0.4.8.ebuild
+++ b/app-text/xournal/xournal-0.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,7 +23,8 @@ else
 	inherit git-2
 	SRC_URI=""
 	KEYWORDS=""
-	EGIT_REPO_URI="git://xournal.git.sourceforge.net/gitroot/xournal/xournal"
+	EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code"
+	EGIT_PROJECT="${PN}"
 fi
 
 COMMONDEPEND="

diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild
index 920b89b..24a8cd3 100644
--- a/app-text/xournal/xournal-9999.ebuild
+++ b/app-text/xournal/xournal-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,7 +23,8 @@ else
 	inherit git-2
 	SRC_URI=""
 	KEYWORDS=""
-	EGIT_REPO_URI="git://xournal.git.sourceforge.net/gitroot/xournal/xournal"
+	EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code"
+	EGIT_PROJECT="${PN}"
 fi
 
 COMMONDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2016-10-30 20:05 Sven Wegener
  0 siblings, 0 replies; 13+ messages in thread
From: Sven Wegener @ 2016-10-30 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f6458c193c0f47d133250e3a4637fdef37f10c9b
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 11:16:42 2016 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 20:04:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6458c19

app-text/xournal: Add EGIT_BOOTSTRAP

Package-Manager: portage-2.3.0

 app-text/xournal/xournal-0.4.8.ebuild | 5 +++--
 app-text/xournal/xournal-9999.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8.ebuild b/app-text/xournal/xournal-0.4.8.ebuild
index 8040195..8b6f8d8 100644
--- a/app-text/xournal/xournal-0.4.8.ebuild
+++ b/app-text/xournal/xournal-0.4.8.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 GCONF_DEBUG=no
 
-inherit gnome2 autotools
+inherit gnome2
 
 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus"
 HOMEPAGE="http://xournal.sourceforge.net/"
@@ -20,11 +20,12 @@ if [[ "${PV}" != "9999" ]]; then
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 	KEYWORDS="amd64 x86"
 else
-	inherit git-2
+	inherit git-2 autotools
 	SRC_URI=""
 	KEYWORDS=""
 	EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code"
 	EGIT_PROJECT="${PN}"
+	EGIT_BOOTSTRAP="autogen.sh"
 fi
 
 COMMONDEPEND="

diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild
index 24a8cd3..2c18702 100644
--- a/app-text/xournal/xournal-9999.ebuild
+++ b/app-text/xournal/xournal-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 GCONF_DEBUG=no
 
-inherit gnome2 autotools
+inherit gnome2
 
 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus"
 HOMEPAGE="http://xournal.sourceforge.net/"
@@ -20,11 +20,12 @@ if [[ "${PV}" != "9999" ]]; then
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
 else
-	inherit git-2
+	inherit git-2 autotools
 	SRC_URI=""
 	KEYWORDS=""
 	EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code"
 	EGIT_PROJECT="${PN}"
+	EGIT_BOOTSTRAP="autogen.sh"
 fi
 
 COMMONDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2017-02-18  9:54 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2017-02-18  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     91ec0c85a96556cdb02ffc680bd9f1d62d7cf6b2
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sat Feb 18 07:54:03 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 09:54:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ec0c85

app-text/xournal: Fix toolong.DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003

 app-text/xournal/xournal-0.4.8-r1.ebuild | 2 +-
 app-text/xournal/xournal-0.4.8.ebuild    | 4 ++--
 app-text/xournal/xournal-9999.ebuild     | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8-r1.ebuild b/app-text/xournal/xournal-0.4.8-r1.ebuild
index aaa94a825c..d8a1eb6545 100644
--- a/app-text/xournal/xournal-0.4.8-r1.ebuild
+++ b/app-text/xournal/xournal-0.4.8-r1.ebuild
@@ -8,7 +8,7 @@ GCONF_DEBUG=no
 
 inherit gnome2
 
-DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus"
+DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus"
 HOMEPAGE="http://xournal.sourceforge.net/"
 
 LICENSE="GPL-2"

diff --git a/app-text/xournal/xournal-0.4.8.ebuild b/app-text/xournal/xournal-0.4.8.ebuild
index 8b6f8d83a4..5e856bd80e 100644
--- a/app-text/xournal/xournal-0.4.8.ebuild
+++ b/app-text/xournal/xournal-0.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ GCONF_DEBUG=no
 
 inherit gnome2
 
-DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus"
+DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus"
 HOMEPAGE="http://xournal.sourceforge.net/"
 
 LICENSE="GPL-2"

diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild
index 2c18702237..2786ee7f72 100644
--- a/app-text/xournal/xournal-9999.ebuild
+++ b/app-text/xournal/xournal-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ GCONF_DEBUG=no
 
 inherit gnome2
 
-DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus"
+DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus"
 HOMEPAGE="http://xournal.sourceforge.net/"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2017-12-25 19:17 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2017-12-25 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     73e2164f35f6081013ff9cb4a411508a29563015
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 17:09:16 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 19:15:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e2164f

app-text/xournal: [QA] Port to git-r3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/xournal/xournal-0.4.8-r1.ebuild | 24 +++++++++++-------------
 app-text/xournal/xournal-0.4.8.ebuild    | 24 +++++++++++-------------
 app-text/xournal/xournal-9999.ebuild     | 24 +++++++++++-------------
 3 files changed, 33 insertions(+), 39 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8-r1.ebuild b/app-text/xournal/xournal-0.4.8-r1.ebuild
index 2d7a9054403..b30ab3a5467 100644
--- a/app-text/xournal/xournal-0.4.8-r1.ebuild
+++ b/app-text/xournal/xournal-0.4.8-r1.ebuild
@@ -5,28 +5,26 @@ EAPI=5
 
 GCONF_DEBUG=no
 
+[[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
+
 inherit gnome2
 
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
+	unset SRC_URI
+else
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+fi
+
 DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus"
 HOMEPAGE="http://xournal.sourceforge.net/"
 
 LICENSE="GPL-2"
-
 SLOT="0"
 IUSE="+pdf vanilla"
 
-if [[ "${PV}" != "9999" ]]; then
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-else
-	inherit git-2 autotools
-	SRC_URI=""
-	KEYWORDS=""
-	EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code"
-	EGIT_PROJECT="${PN}"
-	EGIT_BOOTSTRAP="autogen.sh"
-fi
-
 COMMONDEPEND="
 	app-text/poppler:=[cairo]
 	dev-libs/atk

diff --git a/app-text/xournal/xournal-0.4.8.ebuild b/app-text/xournal/xournal-0.4.8.ebuild
index 9405f5279cc..1b5655d9ad2 100644
--- a/app-text/xournal/xournal-0.4.8.ebuild
+++ b/app-text/xournal/xournal-0.4.8.ebuild
@@ -5,28 +5,26 @@ EAPI=5
 
 GCONF_DEBUG=no
 
+[[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
+
 inherit gnome2
 
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
+	unset SRC_URI
+else
+	KEYWORDS="amd64 x86"
+	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+fi
+
 DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus"
 HOMEPAGE="http://xournal.sourceforge.net/"
 
 LICENSE="GPL-2"
-
 SLOT="0"
 IUSE="+pdf"
 
-if [[ "${PV}" != "9999" ]]; then
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 x86"
-else
-	inherit git-2 autotools
-	SRC_URI=""
-	KEYWORDS=""
-	EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code"
-	EGIT_PROJECT="${PN}"
-	EGIT_BOOTSTRAP="autogen.sh"
-fi
-
 COMMONDEPEND="
 	app-text/poppler:=[cairo]
 	dev-libs/atk

diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild
index 9472f5a2e3a..61353ac0307 100644
--- a/app-text/xournal/xournal-9999.ebuild
+++ b/app-text/xournal/xournal-9999.ebuild
@@ -5,28 +5,26 @@ EAPI=5
 
 GCONF_DEBUG=no
 
+[[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
+
 inherit gnome2
 
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
+	unset SRC_URI
+else
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+fi
+
 DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus"
 HOMEPAGE="http://xournal.sourceforge.net/"
 
 LICENSE="GPL-2"
-
 SLOT="0"
 IUSE="+pdf"
 
-if [[ "${PV}" != "9999" ]]; then
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-else
-	inherit git-2 autotools
-	SRC_URI=""
-	KEYWORDS=""
-	EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code"
-	EGIT_PROJECT="${PN}"
-	EGIT_BOOTSTRAP="autogen.sh"
-fi
-
 COMMONDEPEND="
 	app-text/poppler:=[cairo]
 	dev-libs/atk


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2018-03-13 12:51 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2018-03-13 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     6b072442385699b20e56fca8ee7503fb7fb22d35
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 12:12:42 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 12:51:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b072442

app-text/xournal: remove unnecessary := subslot operator on poppler

Per poppler's metadata.xml, the subslot reflects ABI compatibility of
libpoppler.so only, not libpoppler-{glib,qt4,cpp}.so.

Bug: https://bugs.gentoo.org/607908
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/xournal/xournal-0.4.8-r1.ebuild | 4 ++--
 app-text/xournal/xournal-0.4.8.ebuild    | 4 ++--
 app-text/xournal/xournal-9999.ebuild     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8-r1.ebuild b/app-text/xournal/xournal-0.4.8-r1.ebuild
index b30ab3a5467..69d6ceebd25 100644
--- a/app-text/xournal/xournal-0.4.8-r1.ebuild
+++ b/app-text/xournal/xournal-0.4.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ SLOT="0"
 IUSE="+pdf vanilla"
 
 COMMONDEPEND="
-	app-text/poppler:=[cairo]
+	app-text/poppler[cairo]
 	dev-libs/atk
 	dev-libs/glib
 	gnome-base/libgnomecanvas

diff --git a/app-text/xournal/xournal-0.4.8.ebuild b/app-text/xournal/xournal-0.4.8.ebuild
index 1b5655d9ad2..1e879f6a6f8 100644
--- a/app-text/xournal/xournal-0.4.8.ebuild
+++ b/app-text/xournal/xournal-0.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ SLOT="0"
 IUSE="+pdf"
 
 COMMONDEPEND="
-	app-text/poppler:=[cairo]
+	app-text/poppler[cairo]
 	dev-libs/atk
 	dev-libs/glib
 	gnome-base/libgnomecanvas

diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild
index 61353ac0307..422842c0e82 100644
--- a/app-text/xournal/xournal-9999.ebuild
+++ b/app-text/xournal/xournal-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ SLOT="0"
 IUSE="+pdf"
 
 COMMONDEPEND="
-	app-text/poppler:=[cairo]
+	app-text/poppler[cairo]
 	dev-libs/atk
 	dev-libs/glib
 	gnome-base/libgnomecanvas


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2018-05-28 13:28 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2018-05-28 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     8165348a970678b204980b701381f2cc367de0ed
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 13:27:44 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May 28 13:27:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8165348a

app-text/xournal: Version and EAPI bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/xournal/Manifest                                 |  1 +
 .../{xournal-9999.ebuild => xournal-0.4.8.2016.ebuild}    | 15 ++++++++++-----
 app-text/xournal/xournal-9999.ebuild                      | 15 ++++++++++-----
 3 files changed, 21 insertions(+), 10 deletions(-)

diff --git a/app-text/xournal/Manifest b/app-text/xournal/Manifest
index 2ba2d9e35e9..7614a521a7a 100644
--- a/app-text/xournal/Manifest
+++ b/app-text/xournal/Manifest
@@ -1 +1,2 @@
+DIST xournal-0.4.8.2016.tar.gz 646082 BLAKE2B 4f64fb45759616d99f961b8db575bec1620e089d9f87d4e02d3de7b1cb1d9189d439d78e5b89c93d5635138206f603e40bb33a46458d34a9ec050869e54be531 SHA512 1426d5c9ba3486fbe342d49fc19fcc162965cd6a7b7754f79665e43fe0e60e6f42f61969405ace78fdaa7b99cbb3d4b07b7fb5df246d68a329b52084b6eec76e
 DIST xournal-0.4.8.tar.gz 641240 BLAKE2B cbf82f3ddb27854ce4a17fe80d1ed012f47529ee3f41eac0118f4948f4ca76488fb647c77ab21c99cf19de0016df4db31a448d4c626a42219b2b13b297b5d51e SHA512 cfd5760a0e832ef02786a29cb744d4932aeee97c4d6992b430e647bd59aaef1042735203824d0eaf9da9b884dcdadcfb8f5acea221638db91438ae46a6ee42bf

diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-0.4.8.2016.ebuild
similarity index 85%
copy from app-text/xournal/xournal-9999.ebuild
copy to app-text/xournal/xournal-0.4.8.2016.ebuild
index 422842c0e82..50477f8a453 100644
--- a/app-text/xournal/xournal-9999.ebuild
+++ b/app-text/xournal/xournal-0.4.8.2016.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-GCONF_DEBUG=no
+EAPI=6
 
 [[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
 
@@ -23,7 +21,7 @@ HOMEPAGE="http://xournal.sourceforge.net/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+pdf"
+IUSE="+pdf vanilla"
 
 COMMONDEPEND="
 	app-text/poppler[cairo]
@@ -45,10 +43,17 @@ DEPEND="${COMMONDEPEND}
 	virtual/pkgconfig
 "
 
+src_prepare() {
+	default_src_prepare
+	if ! use vanilla; then
+		eapply "${FILESDIR}"/xournal-0.4.8-aspectratio.patch
+	fi
+}
+
 src_install() {
 	emake DESTDIR="${D}" install
 	emake DESTDIR="${D}" desktop-install
 
 	dodoc ChangeLog AUTHORS README
-	dohtml -r html-doc/*
+	dodoc -r html-doc/*
 }

diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild
index 422842c0e82..50477f8a453 100644
--- a/app-text/xournal/xournal-9999.ebuild
+++ b/app-text/xournal/xournal-9999.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-GCONF_DEBUG=no
+EAPI=6
 
 [[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
 
@@ -23,7 +21,7 @@ HOMEPAGE="http://xournal.sourceforge.net/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+pdf"
+IUSE="+pdf vanilla"
 
 COMMONDEPEND="
 	app-text/poppler[cairo]
@@ -45,10 +43,17 @@ DEPEND="${COMMONDEPEND}
 	virtual/pkgconfig
 "
 
+src_prepare() {
+	default_src_prepare
+	if ! use vanilla; then
+		eapply "${FILESDIR}"/xournal-0.4.8-aspectratio.patch
+	fi
+}
+
 src_install() {
 	emake DESTDIR="${D}" install
 	emake DESTDIR="${D}" desktop-install
 
 	dodoc ChangeLog AUTHORS README
-	dohtml -r html-doc/*
+	dodoc -r html-doc/*
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2019-03-09 19:28 Alon Bar-Lev
  0 siblings, 0 replies; 13+ messages in thread
From: Alon Bar-Lev @ 2019-03-09 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     13dd02949c8a68b03f1d1d642bbc124bd106fd9d
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 19:17:54 2019 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 19:27:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13dd0294

app-text/xournal: minor cleanups

patch is not required any more.
minor eapi-6 cleanups.

Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-text/xournal/xournal-9999.ebuild | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild
index 50477f8a453..5afafb130f7 100644
--- a/app-text/xournal/xournal-9999.ebuild
+++ b/app-text/xournal/xournal-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ HOMEPAGE="http://xournal.sourceforge.net/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+pdf vanilla"
+IUSE="+pdf"
 
 COMMONDEPEND="
 	app-text/poppler[cairo]
@@ -43,17 +43,9 @@ DEPEND="${COMMONDEPEND}
 	virtual/pkgconfig
 "
 
-src_prepare() {
-	default_src_prepare
-	if ! use vanilla; then
-		eapply "${FILESDIR}"/xournal-0.4.8-aspectratio.patch
-	fi
-}
-
 src_install() {
-	emake DESTDIR="${D}" install
+	default
 	emake DESTDIR="${D}" desktop-install
 
-	dodoc ChangeLog AUTHORS README
 	dodoc -r html-doc/*
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2020-02-22 20:13 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2020-02-22 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     eef24c2ad32e6bb4c33a4e7eb1647458f8bf85f8
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 20:12:40 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 20:12:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef24c2a

app-text/xournal: stable for amd64

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-text/xournal/xournal-0.4.8.2016.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8.2016.ebuild b/app-text/xournal/xournal-0.4.8.2016.ebuild
index 50477f8a453..c2f75dda057 100644
--- a/app-text/xournal/xournal-0.4.8.2016.ebuild
+++ b/app-text/xournal/xournal-0.4.8.2016.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
 	unset SRC_URI
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2020-02-22 20:13 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2020-02-22 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d14043da61867269268b8c6a60031439cdf50eac
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 20:12:46 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 20:12:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14043da

app-text/xournal: Remove old, drop to ~x86

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-text/xournal/Manifest                |  1 -
 app-text/xournal/xournal-0.4.8-r1.ebuild | 61 --------------------------------
 app-text/xournal/xournal-0.4.8.ebuild    | 54 ----------------------------
 3 files changed, 116 deletions(-)

diff --git a/app-text/xournal/Manifest b/app-text/xournal/Manifest
index 7614a521a7a..344abfe8cf1 100644
--- a/app-text/xournal/Manifest
+++ b/app-text/xournal/Manifest
@@ -1,2 +1 @@
 DIST xournal-0.4.8.2016.tar.gz 646082 BLAKE2B 4f64fb45759616d99f961b8db575bec1620e089d9f87d4e02d3de7b1cb1d9189d439d78e5b89c93d5635138206f603e40bb33a46458d34a9ec050869e54be531 SHA512 1426d5c9ba3486fbe342d49fc19fcc162965cd6a7b7754f79665e43fe0e60e6f42f61969405ace78fdaa7b99cbb3d4b07b7fb5df246d68a329b52084b6eec76e
-DIST xournal-0.4.8.tar.gz 641240 BLAKE2B cbf82f3ddb27854ce4a17fe80d1ed012f47529ee3f41eac0118f4948f4ca76488fb647c77ab21c99cf19de0016df4db31a448d4c626a42219b2b13b297b5d51e SHA512 cfd5760a0e832ef02786a29cb744d4932aeee97c4d6992b430e647bd59aaef1042735203824d0eaf9da9b884dcdadcfb8f5acea221638db91438ae46a6ee42bf

diff --git a/app-text/xournal/xournal-0.4.8-r1.ebuild b/app-text/xournal/xournal-0.4.8-r1.ebuild
deleted file mode 100644
index 69d6ceebd25..00000000000
--- a/app-text/xournal/xournal-0.4.8-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-GCONF_DEBUG=no
-
-[[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
-
-inherit gnome2
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
-	unset SRC_URI
-else
-	KEYWORDS="~amd64 ~x86"
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus"
-HOMEPAGE="http://xournal.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+pdf vanilla"
-
-COMMONDEPEND="
-	app-text/poppler[cairo]
-	dev-libs/atk
-	dev-libs/glib
-	gnome-base/libgnomecanvas
-	media-libs/freetype
-	media-libs/fontconfig
-	sys-libs/zlib
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+:2
-	x11-libs/pango
-"
-RDEPEND="${COMMONDEPEND}
-	pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl )
-"
-DEPEND="${COMMONDEPEND}
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	default_src_prepare
-	if ! use vanilla; then
-		epatch "${FILESDIR}"/xournal-0.4.8-aspectratio.patch
-	fi
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	emake DESTDIR="${D}" desktop-install
-
-	dodoc ChangeLog AUTHORS README
-	dohtml -r html-doc/*
-}

diff --git a/app-text/xournal/xournal-0.4.8.ebuild b/app-text/xournal/xournal-0.4.8.ebuild
deleted file mode 100644
index 1e879f6a6f8..00000000000
--- a/app-text/xournal/xournal-0.4.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-GCONF_DEBUG=no
-
-[[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
-
-inherit gnome2
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
-	unset SRC_URI
-else
-	KEYWORDS="amd64 x86"
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus"
-HOMEPAGE="http://xournal.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+pdf"
-
-COMMONDEPEND="
-	app-text/poppler[cairo]
-	dev-libs/atk
-	dev-libs/glib
-	gnome-base/libgnomecanvas
-	media-libs/freetype
-	media-libs/fontconfig
-	sys-libs/zlib
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+:2
-	x11-libs/pango
-"
-RDEPEND="${COMMONDEPEND}
-	pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl )
-"
-DEPEND="${COMMONDEPEND}
-	virtual/pkgconfig
-"
-
-src_install() {
-	emake DESTDIR="${D}" install
-	emake DESTDIR="${D}" desktop-install
-
-	dodoc ChangeLog AUTHORS README
-	dohtml -r html-doc/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2021-07-23  6:59 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2021-07-23  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d0f47f4c260d03cdbc3d947868538337f732dbdd
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 06:59:03 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 06:59:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f47f4c

app-text/xournal: Keyword 0.4.8.2016 ppc64, #792105

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/xournal/xournal-0.4.8.2016.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8.2016.ebuild b/app-text/xournal/xournal-0.4.8.2016.ebuild
index c2f75dda057..8ea556bd505 100644
--- a/app-text/xournal/xournal-0.4.8.2016.ebuild
+++ b/app-text/xournal/xournal-0.4.8.2016.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
 	unset SRC_URI
 else
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 ~ppc64 ~x86"
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2022-12-07 13:59 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-12-07 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     48a522381cf0f031d4b3b7cdc766ab2d85260265
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 13:58:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 13:58:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a52238

app-text/xournal: EAPI 8

Bug: https://bugs.gentoo.org/875158
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/xournal/xournal-0.4.8.2016-r1.ebuild | 19 +++++++++---------
 app-text/xournal/xournal-9999.ebuild          | 29 +++++++++++++++++----------
 2 files changed, 27 insertions(+), 21 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8.2016-r1.ebuild b/app-text/xournal/xournal-0.4.8.2016-r1.ebuild
index eb0427c142d3..3ebf59e8631a 100644
--- a/app-text/xournal/xournal-0.4.8.2016-r1.ebuild
+++ b/app-text/xournal/xournal-0.4.8.2016-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 [[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
 
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
 	unset SRC_URI
 else
-	KEYWORDS="amd64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~ppc64 ~x86"
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 fi
 
@@ -23,7 +23,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="+pdf vanilla"
 
-COMMONDEPEND="
+DEPEND="
 	app-text/poppler[cairo]
 	dev-libs/atk
 	dev-libs/glib
@@ -36,27 +36,26 @@ COMMONDEPEND="
 	x11-libs/gtk+:2
 	x11-libs/pango
 "
-RDEPEND="${COMMONDEPEND}
+RDEPEND="
+	${DEPEND}
 	pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl )
 "
-DEPEND="${COMMONDEPEND}
-	virtual/pkgconfig
-"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}/${PN}"-0.4.8-c99-fix.patch
 )
 
 src_prepare() {
-	default_src_prepare
+	default
+
 	if ! use vanilla; then
 		eapply "${FILESDIR}"/xournal-0.4.8-aspectratio.patch
 	fi
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
-	emake DESTDIR="${D}" desktop-install
+	emake DESTDIR="${D}" install desktop-install
 
 	dodoc ChangeLog AUTHORS README
 	dodoc -r html-doc/*

diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild
index 5afafb130f7e..d7fc7a1b87ab 100644
--- a/app-text/xournal/xournal-9999.ebuild
+++ b/app-text/xournal/xournal-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 [[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
 
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
 	unset SRC_URI
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~ppc64 ~x86"
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 fi
 
@@ -21,9 +21,9 @@ HOMEPAGE="http://xournal.sourceforge.net/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+pdf"
+IUSE="+pdf vanilla"
 
-COMMONDEPEND="
+DEPEND="
 	app-text/poppler[cairo]
 	dev-libs/atk
 	dev-libs/glib
@@ -36,16 +36,23 @@ COMMONDEPEND="
 	x11-libs/gtk+:2
 	x11-libs/pango
 "
-RDEPEND="${COMMONDEPEND}
+RDEPEND="
+	${DEPEND}
 	pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl )
 "
-DEPEND="${COMMONDEPEND}
-	virtual/pkgconfig
-"
+BDEPEND="virtual/pkgconfig"
 
-src_install() {
+src_prepare() {
 	default
-	emake DESTDIR="${D}" desktop-install
 
+	if ! use vanilla; then
+		eapply "${FILESDIR}"/xournal-0.4.8-aspectratio.patch
+	fi
+}
+
+src_install() {
+	emake DESTDIR="${D}" install desktop-install
+
+	dodoc ChangeLog AUTHORS README
 	dodoc -r html-doc/*
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2023-01-25  1:40 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-01-25  1:40 UTC (permalink / raw
  To: gentoo-commits

commit:     26f76f44da440b1eb0f560a7de7a7bf1bd4b3ef5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 01:39:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 01:39:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f76f44

app-text/xournal: Stabilize 0.4.8.2016-r1 amd64, #888441

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/xournal/xournal-0.4.8.2016-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8.2016-r1.ebuild b/app-text/xournal/xournal-0.4.8.2016-r1.ebuild
index 3ebf59e8631a..74e8cde97c95 100644
--- a/app-text/xournal/xournal-0.4.8.2016-r1.ebuild
+++ b/app-text/xournal/xournal-0.4.8.2016-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
 	unset SRC_URI
 else
-	KEYWORDS="~amd64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~ppc64 ~x86"
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/
@ 2023-01-25  8:25 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2023-01-25  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     12d316ed148ec958600f952df661d87b6f859ae5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 08:22:12 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 08:22:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d316ed

app-text/xournal: drop 0.4.8.2016

Closes: https://bugs.gentoo.org/888441
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/xournal/xournal-0.4.8.2016.ebuild | 59 ------------------------------
 1 file changed, 59 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8.2016.ebuild b/app-text/xournal/xournal-0.4.8.2016.ebuild
deleted file mode 100644
index 8ea556bd5054..000000000000
--- a/app-text/xournal/xournal-0.4.8.2016.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-[[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
-
-inherit gnome2
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
-	unset SRC_URI
-else
-	KEYWORDS="amd64 ~ppc64 ~x86"
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus"
-HOMEPAGE="http://xournal.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+pdf vanilla"
-
-COMMONDEPEND="
-	app-text/poppler[cairo]
-	dev-libs/atk
-	dev-libs/glib
-	gnome-base/libgnomecanvas
-	media-libs/freetype
-	media-libs/fontconfig
-	sys-libs/zlib
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf
-	x11-libs/gtk+:2
-	x11-libs/pango
-"
-RDEPEND="${COMMONDEPEND}
-	pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl )
-"
-DEPEND="${COMMONDEPEND}
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	default_src_prepare
-	if ! use vanilla; then
-		eapply "${FILESDIR}"/xournal-0.4.8-aspectratio.patch
-	fi
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	emake DESTDIR="${D}" desktop-install
-
-	dodoc ChangeLog AUTHORS README
-	dodoc -r html-doc/*
-}


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

end of thread, other threads:[~2023-01-25  8:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-30 20:05 [gentoo-commits] repo/gentoo:master commit in: app-text/xournal/ Sven Wegener
  -- strict thread matches above, loose matches on Subject: below --
2023-01-25  8:25 Andreas Sturmlechner
2023-01-25  1:40 Sam James
2022-12-07 13:59 Sam James
2021-07-23  6:59 Sergei Trofimovich
2020-02-22 20:13 David Seifert
2020-02-22 20:13 David Seifert
2019-03-09 19:28 Alon Bar-Lev
2018-05-28 13:28 Andreas Hüttel
2018-03-13 12:51 Michael Palimaka
2017-12-25 19:17 David Seifert
2017-02-18  9:54 David Seifert
2016-10-30 20:05 Sven Wegener

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