media-gfx/fontforge: remove old

Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81
This commit is contained in:
Mike Gilbert
2017-11-11 09:52:36 -05:00
parent 68b7990acf
commit 3384dadd3e
5 changed files with 0 additions and 469 deletions

View File

@@ -1,5 +1 @@
DIST fontforge-20150612.tar.gz 125037727 SHA256 0f4ec68a648f7f845d54d1e87cf5fb246a16d528b74e9e1a9b815418510022d7 SHA512 01a38bdbb55ba3b2638b55caa2f768ba691fdfa730afd843df0cf62417db5465731ed968c5ab7c026622264e20c20fdfd8ec0ceb50da71039588797fe18393b8 WHIRLPOOL 6662bc52669153ba46e562fbcb287f5bff59eeeec7fe9afcd65918f892282650ab4be4f279fe6fab95f02f36caa753900693532ece439bee114e774e0da3f855
DIST fontforge-20150824.tar.gz 20796482 SHA256 5b6c401f472106cf2186b4e7dff0f5985d6d9d856cf106717c60b4603daacc3d SHA512 82a33b41667b5637706aa11ca56695cf0d7a485c66cb37b8c3346087ca3b738967b77141f9aaaaddd90c8a4c2cec7e4924609de0ff18133a91e5862b1ad1ae2d WHIRLPOOL 50d93405583fdd0a8436cf606b462200d7fdcce7c4ac58c533dcf970fe110d031a3519b3e06d85a9dba49f3af5204f987b7a9e09f6ffd89df70ce18bcc30c08f
DIST fontforge-20161005.tar.gz 129501214 SHA256 b93a572cdc7b761f3ea7c67e7d8b9d1bbf09c10ecb51d58bdcb90343e50b728b SHA512 9d724442306f402f251b9330c3eaaaa678dd01a4a9cce5857e1432091e68e33594bfc28a0fe516205a27b15cb73a04f0951179d5c33657a83bdca3117d4baaf6 WHIRLPOOL 319bdba1f0e5cf896b6a5349e2bb52583102ea646207a1f7fd648258e2af3dd2ce1bbf3e7eadf612cf29f5f668ffdf9e3b88f512a385467cc9b13ffae0532011
DIST fontforge-dist-20160404.tar.gz 20906256 SHA256 6c73a556030d985e166974e5d6025255290874c2d6bb349c9930b03f17b45bcd SHA512 be94f04881b12ed3b1a34d0d7cc9149321db17d51458f135b2683ea600401e4fa55647ced4b4e014555ba1c900a684b9d5d6f2e2812ce03c432d23ca72f5c363 WHIRLPOOL 2313c7775da7f7a47ef8bae3cbef897e8b0996c8f74db099562e0a3636984e8a9a55ca5f2ca11b205a7b1aff76e7fe4e7601f15b7951147353403da0e41d692f
DIST fontforge-dist-20170731.tar.xz 13985256 SHA256 840adefbedd1717e6b70b33ad1e7f2b116678fa6a3d52d45316793b9fd808822 SHA512 26f7a40714460716a24dd0229fdb027f3766bcc48db64b8993436ddcb6277898f9f3b67ad4fc0be515b2b38e01370d1c7d9ee3c6ece1be862b7d8c9882411f11 WHIRLPOOL 6d6e2b6322043bcd8822fb1e64a98b969ff1bba02d63442cf0646b737576ead76961a30cf146447afa0f72a2e9a30a05e6dad5f9060a00cd35e5cc2e15097889

View File

@@ -1,126 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} )
inherit autotools eutils fdo-mime python-single-r1
DESCRIPTION="postscript font editor and converter"
HOMEPAGE="http://fontforge.github.io/"
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${P}.tar.gz"
LICENSE="BSD GPL-3+"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="cairo truetype-debugger gif gtk jpeg png +python readline tiff svg unicode X"
REQUIRED_USE="
cairo? ( png )
python? ( ${PYTHON_REQUIRED_USE} )
"
RDEPEND="
dev-libs/libltdl:0
dev-libs/libxml2:2=
>=media-libs/freetype-2.3.7:2=
cairo? (
>=x11-libs/cairo-1.6:0=
x11-libs/pango:0=
)
gif? ( media-libs/giflib:0= )
jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff:0= )
truetype-debugger? ( >=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] )
gtk? ( x11-libs/gtk+:2= )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0= )
unicode? ( media-libs/libuninameslist:0= )
X? (
x11-libs/libX11:0=
x11-libs/libXi:0=
>=x11-libs/pango-1.10:0=[X]
)
!media-gfx/pfaedit
"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
X? ( x11-proto/inputproto )
"
# Needs keywording on many arches.
# zeromq? (
# >=net-libs/czmq-2.2.0:0=
# >=net-libs/zeromq-4.0.4:0=
# )
pkg_setup() {
use python && python-single-r1_pkg_setup
}
gnulib_import() {
(
func_add_hook() { :; }
source bootstrap.conf
set -- "${S}/gnulib/gnulib-tool" --libtool --import ${gnulib_modules}
echo "$@"
"$@"
)
}
src_prepare() {
# Tarball comes with broken absolute symlinks
# https://github.com/fontforge/fontforge/issues/2439
find . -lname "/*" -delete || die
gnulib_import || die
epatch_user
eautoreconf
}
src_configure() {
local myeconfargs=(
--disable-static
$(use_enable truetype-debugger freetype-debugger "${EPREFIX}/usr/include/freetype2/internal4fontforge")
$(use_enable gtk gtk2-use)
$(use_enable python python-extension)
$(use_enable python python-scripting)
--enable-tile-path
--enable-gb12345
$(use_with cairo)
$(use_with gif giflib)
$(use_with jpeg libjpeg)
$(use_with png libpng)
$(use_with readline libreadline)
--without-libspiro
$(use_with tiff libtiff)
$(use_with unicode libuninameslist)
#$(use_with zeromq libzmq)
--without-libzmq
$(use_with X x)
)
econf "${myeconfargs[@]}"
}
src_compile() {
# Build system deps are broken
emake -C plugins
emake
}
src_install() {
default
prune_libtool_files --modules
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

View File

@@ -1,116 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} )
inherit eutils fdo-mime python-single-r1
DESCRIPTION="postscript font editor and converter"
HOMEPAGE="http://fontforge.github.io/"
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${P}.tar.gz"
LICENSE="BSD GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="cairo truetype-debugger gif gtk jpeg png +python readline tiff svg unicode X"
REQUIRED_USE="
cairo? ( png )
python? ( ${PYTHON_REQUIRED_USE} )
"
RDEPEND="
dev-libs/libltdl:0
dev-libs/libxml2:2=
>=media-libs/freetype-2.3.7:2=
cairo? (
>=x11-libs/cairo-1.6:0=
x11-libs/pango:0=
)
gif? ( media-libs/giflib:0= )
jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff:0= )
truetype-debugger? ( >=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] )
gtk? ( x11-libs/gtk+:2= )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0= )
unicode? ( media-libs/libuninameslist:0= )
X? (
x11-libs/libX11:0=
x11-libs/libXi:0=
>=x11-libs/pango-1.10:0=[X]
)
!media-gfx/pfaedit
"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
X? ( x11-proto/inputproto )
"
# Fetches data from network.
# https://bugs.gentoo.org/575856
RESTRICT="test"
# Needs keywording on many arches.
# zeromq? (
# >=net-libs/czmq-2.2.0:0=
# >=net-libs/zeromq-4.0.4:0=
# )
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}"/fontforge-dummy-spiro.patch
epatch_user
}
src_configure() {
local myeconfargs=(
--disable-static
$(use_enable truetype-debugger freetype-debugger "${EPREFIX}/usr/include/freetype2/internal4fontforge")
$(use_enable gtk gtk2-use)
$(use_enable python python-extension)
$(use_enable python python-scripting)
--enable-tile-path
--enable-gb12345
$(use_with cairo)
$(use_with gif giflib)
$(use_with jpeg libjpeg)
$(use_with png libpng)
$(use_with readline libreadline)
--without-libspiro
$(use_with tiff libtiff)
$(use_with unicode libuninameslist)
#$(use_with zeromq libzmq)
--without-libzmq
$(use_with X x)
)
econf "${myeconfargs[@]}"
}
src_compile() {
# Build system deps are broken
emake -C plugins
emake
}
src_install() {
default
prune_libtool_files --modules
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

View File

@@ -1,113 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit eutils fdo-mime python-single-r1
DESCRIPTION="postscript font editor and converter"
HOMEPAGE="http://fontforge.github.io/"
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${PN}-dist-${PV}.tar.gz"
LICENSE="BSD GPL-3+"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="cairo truetype-debugger gif gtk jpeg png +python readline tiff svg unicode X"
REQUIRED_USE="
cairo? ( png )
python? ( ${PYTHON_REQUIRED_USE} )
"
RDEPEND="
dev-libs/libltdl:0
dev-libs/libxml2:2=
>=media-libs/freetype-2.3.7:2=
cairo? (
>=x11-libs/cairo-1.6:0=
x11-libs/pango:0=
)
gif? ( media-libs/giflib:0= )
jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff:0= )
truetype-debugger? ( >=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] )
gtk? ( x11-libs/gtk+:2= )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0= )
unicode? ( media-libs/libuninameslist:0= )
X? (
x11-libs/libX11:0=
x11-libs/libXi:0=
>=x11-libs/pango-1.10:0=[X]
)
!media-gfx/pfaedit
"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
X? ( x11-proto/inputproto )
"
# Fetches data from network.
# https://bugs.gentoo.org/575856
RESTRICT="test"
# Needs keywording on many arches.
# zeromq? (
# >=net-libs/czmq-2.2.0:0=
# >=net-libs/zeromq-4.0.4:0=
# )
S="${WORKDIR}/fontforge-2.0.20140101"
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_configure() {
local myeconfargs=(
--disable-static
$(use_enable truetype-debugger freetype-debugger "${EPREFIX}/usr/include/freetype2/internal4fontforge")
$(use_enable gtk gtk2-use)
$(use_enable python python-extension)
$(use_enable python python-scripting)
--enable-tile-path
--enable-gb12345
$(use_with cairo)
$(use_with gif giflib)
$(use_with jpeg libjpeg)
$(use_with png libpng)
$(use_with readline libreadline)
--without-libspiro
$(use_with tiff libtiff)
$(use_with unicode libuninameslist)
#$(use_with zeromq libzmq)
--without-libzmq
$(use_with X x)
)
econf "${myeconfargs[@]}"
}
src_compile() {
# Build system deps are broken
emake -C plugins
emake
}
src_install() {
default
prune_libtool_files --modules
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

View File

@@ -1,110 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit python-single-r1 xdg-utils
DESCRIPTION="postscript font editor and converter"
HOMEPAGE="http://fontforge.github.io/"
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${P}.tar.gz"
LICENSE="BSD GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg unicode X"
RESTRICT="!test? ( test )"
REQUIRED_USE="
cairo? ( png )
python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )
"
RDEPEND="
dev-libs/libltdl:0
dev-libs/libxml2:2=
>=media-libs/freetype-2.3.7:2=
cairo? (
>=x11-libs/cairo-1.6:0=
x11-libs/pango:0=
)
gif? ( media-libs/giflib:0= )
jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng:0= )
tiff? ( media-libs/tiff:0= )
truetype-debugger? ( >=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] )
gtk? ( x11-libs/gtk+:2= )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0= )
unicode? ( media-libs/libuninameslist:0= )
X? (
x11-libs/libX11:0=
x11-libs/libXi:0=
>=x11-libs/pango-1.10:0=[X]
)
!media-gfx/pfaedit
"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
X? ( x11-proto/inputproto )
"
# Needs keywording on many arches.
# zeromq? (
# >=net-libs/czmq-2.2.0:0=
# >=net-libs/zeromq-4.0.4:0=
# )
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_configure() {
local myeconfargs=(
--disable-static
$(use_enable truetype-debugger freetype-debugger "${EPREFIX}/usr/include/freetype2/internal4fontforge")
$(use_enable gtk gtk2-use)
$(use_enable python python-extension)
$(use_enable python python-scripting)
--enable-tile-path
--enable-gb12345
$(use_with cairo)
$(use_with gif giflib)
$(use_with jpeg libjpeg)
$(use_with png libpng)
$(use_with readline libreadline)
--without-libspiro
$(use_with tiff libtiff)
$(use_with unicode libuninameslist)
#$(use_with zeromq libzmq)
--without-libzmq
$(use_with X x)
)
econf "${myeconfargs[@]}"
}
src_compile() {
# Build system deps are broken
emake -C plugins
emake
}
src_install() {
default
find "${D}" -name '*.la' -delete || die
}
pkg_postrm() {
xdg_desktop_database_update
xdg_mimeinfo_database_update
}
pkg_postinst() {
xdg_desktop_database_update
xdg_mimeinfo_database_update
}