summaryrefslogtreecommitdiff
path: root/app-text/xournal
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-25 14:07:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-25 14:07:44 +0000
commit6a84e414622fd99c22318ce656a77bb2a0433fc7 (patch)
tree048f41d4a2a9c373e50bf0906c5508e6f5104fae /app-text/xournal
parenta1b20429e7e2ba1b44414459afd5a2b50788cd9c (diff)
gentoo auto-resync : 25:01:2023 - 14:07:44
Diffstat (limited to 'app-text/xournal')
-rw-r--r--app-text/xournal/Manifest1
-rw-r--r--app-text/xournal/xournal-0.4.8.2016.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/app-text/xournal/Manifest b/app-text/xournal/Manifest
index 91a035d4989c..2824e3140bd1 100644
--- a/app-text/xournal/Manifest
+++ b/app-text/xournal/Manifest
@@ -2,6 +2,5 @@ AUX xournal-0.4.8-aspectratio.patch 3494 BLAKE2B 966fabedcb5d1ea3cce635713e45beb
AUX xournal-0.4.8-c99-fix.patch 1838 BLAKE2B 1a4ab7eb3120add177e0b9292cc849f1636089703b5788d12dde1f9c4cf3224f172c17feec58b40b6a32a41a60cc9405f568809d6eedc50f045b6fa1573f22f7 SHA512 510432cf904ef47a323b160e466393068b3e75b32d26f55b19467219b0d4f5b2ba538feea0e87a9d596347a9c363c2e8802608a6298ee8a4d24db939ebbe02c7
DIST xournal-0.4.8.2016.tar.gz 646082 BLAKE2B 4f64fb45759616d99f961b8db575bec1620e089d9f87d4e02d3de7b1cb1d9189d439d78e5b89c93d5635138206f603e40bb33a46458d34a9ec050869e54be531 SHA512 1426d5c9ba3486fbe342d49fc19fcc162965cd6a7b7754f79665e43fe0e60e6f42f61969405ace78fdaa7b99cbb3d4b07b7fb5df246d68a329b52084b6eec76e
EBUILD xournal-0.4.8.2016-r1.ebuild 1182 BLAKE2B 912faf246f800f7a8157b59de55a505b2c7ea23909736586159fd76943abc8a8f53eac44750308c9bcf41cce7394cfa3f75e996c7a9bb05690ad7a3fca193d4d SHA512 29e95301c7d5864bdcf6efa192a64407f3eeab0ccc8d4650c9fce034a1e4dee42c120a9f029a900e4f25ee6442cdf2c15de6de96cb712eaaa654fdb459fdf6d9
-EBUILD xournal-0.4.8.2016.ebuild 1188 BLAKE2B c3803e8c9ed0cfd1e573568fc3de4351ac53d0e997f6e933d912325dad40e8949491e7ef060a9d2496a96c014df6ae98485e61142f57185c6b5651aa735c1928 SHA512 ad4d4ee2b734862b04997351b9aeeb1472a0562dcdfac9fc030d7759b5db5182756e1ebafead88f53c33b9baa58f9e26b86fdd8e827881c85669e73e037f0cda
EBUILD xournal-9999.ebuild 1129 BLAKE2B bdbd25f4c7f28f442410e3882cd9a777320054346fcddf50312d71d967b15bca63a03acdd496a87d49c285177f896c0cbed19a4dbf13d2fc6518183e16cad95b SHA512 167eac8e83ad7cab99be20202fb45cda285441d4fc3a56e6ee8f00d04d2308d6f5c656cf4fee6a8d0a05f2656b3024e575a3028fb273c52e61a965fa14d4dc71
MISC metadata.xml 653 BLAKE2B a3598ff53d87c0684fb4ef3c069c7e9df8da296a9cc748aae4592803fd14e015ef1260acb84546a70bc47fd9d94a1a7e8eb97e9126a65eedf2ce0fd18326f10d SHA512 b3200c92455d820252af3a53b643cb1ce21baa4b1238538a46bf12cc2162b44713cad1e61db5ea1698c8eba7507a2439052924e0cba301cef85cbbb3b0493688
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/*
-}