diff options
Diffstat (limited to 'media-gfx/ipe')
-rw-r--r-- | media-gfx/ipe/Manifest | 6 | ||||
-rw-r--r-- | media-gfx/ipe/files/ipe-7.1.3-gold.patch | 30 | ||||
-rw-r--r-- | media-gfx/ipe/ipe-7.1.2.ebuild | 77 | ||||
-rw-r--r-- | media-gfx/ipe/ipe-7.1.3.ebuild | 80 | ||||
-rw-r--r-- | media-gfx/ipe/metadata.xml | 17 |
5 files changed, 0 insertions, 210 deletions
diff --git a/media-gfx/ipe/Manifest b/media-gfx/ipe/Manifest deleted file mode 100644 index c4816a72db66..000000000000 --- a/media-gfx/ipe/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX ipe-7.1.3-gold.patch 1175 BLAKE2B 4ef9651bed7c62093bc6a7ac15c50ca758f327b05ea69e6330830fd32df6496f3a7c1b90aedcc0c622df33f3dcfffb916df1b73a511b81df424e6535d91348f3 SHA512 8ae03dd3b1720223db8a009948f09b0581eeeb7df02f61558d26c27a36108ee780d071ae46bea81c5173b3329b1ec856f3ded10faf0609cc59c140910f1af562 -DIST ipe-7.1.2-src.tar.gz 1416404 BLAKE2B e3eb5e92d7713703eaac5c6591a2553e9ba428d7a4d99cb9b5b88212f7bb8f72b7f315db4949a8665ed26c8d11e9fe16a2416291b0613ba28365b3a5e436dbb6 SHA512 9d49c5f116a6271fce5a5a6c77cad64e348b17b9b02d1be8bece341231ebc15f642d6af49e73958e4d26814eafc52be38855e4d24e8cf44488da6a752151a189 -DIST ipe-7.1.3-src.tar.gz 1497624 BLAKE2B 2e2c635d4797c5b3b1c7101f6c5112437caf6c3bf013ce5edd3439827d47aceb6d6b7aa33c21d758b9a8b8c0a265d4ee96617d0ae9fc8db97034991942bd9ed2 SHA512 eea85ed6f4bc23e746222e01f4cdfd101c9c18aeb19fcba9abff565a65614a2a5e6630ddf9f7b024cac225582a34238a22f6fc5cf7dcc3733b8281ce844ef23d -EBUILD ipe-7.1.2.ebuild 1712 BLAKE2B 9f1d1a8ed22bd8f29363474ce8c696b2391ee8424d797339d905aa512aa1bb0099f142a011d48cb777df01dadce1438ea0c66cae4cb946dcdf76966946ed0655 SHA512 ab00eda3ddbcadf56f98014a95fa86456ffda64241dff4341e5127297f67e82fe9d2b024c658557619767940e00a1087e494da00e07a36b91337b6701af01e4c -EBUILD ipe-7.1.3.ebuild 1753 BLAKE2B 24f296ff90650c417a9335c05b31f78b3464dfb7859986bf62e6c8392f955064f4e3ca8c3ab5705b9f72f3bb1e67ce2915d284aa430fd5f8c63bc1be8a7bf7b5 SHA512 a7cf07a4e420e181e7692eb2226c74119b94af44181ee14f622f6077e3e296b7f1b7303efa44a51a8180e7055cbbf9d3b6259e82748986464dfc38681c3e34af -MISC metadata.xml 600 BLAKE2B 990436716dce9ba595b39445d063bbbf2754940adc3741e079fd861db5848b975af8551de9da4c8e1e89da3d7357626c1d2784e5541225cbe3c2339c1e5ae33c SHA512 7a0feac244ba6e344f4a88f41bf9c4ffb25c9a37c62326ad71bcd5b64ad61edab86f14b59121182d21f2e171899fd5a1ec63869b06ebb88773eed1e150f7d417 diff --git a/media-gfx/ipe/files/ipe-7.1.3-gold.patch b/media-gfx/ipe/files/ipe-7.1.3-gold.patch deleted file mode 100644 index a28fafa15c43..000000000000 --- a/media-gfx/ipe/files/ipe-7.1.3-gold.patch +++ /dev/null @@ -1,30 +0,0 @@ - src/ipe/Makefile | 2 +- - src/ipescript/Makefile | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/ipe/Makefile b/src/ipe/Makefile -index 21ac500..5a7a1ad 100644 ---- a/src/ipe/Makefile -+++ b/src/ipe/Makefile -@@ -10,7 +10,7 @@ TARGET = $(call exe_target,ipe) - CPPFLAGS += -I../include -I../ipecanvas -I../ipecairo -I../ipelua \
- $(LUA_CFLAGS) $(UI_CFLAGS) $(CAIRO_CFLAGS) $(ZLIB_CFLAGS)
- LIBS += -L$(buildlib) -lipecanvas -lipecairo -lipelua -lipe -lipeui \
-- $(LUA_LIBS) $(UI_LIBS) $(CAIRO_LIBS) $(ZLIB_LIBS)
-+ $(LUA_LIBS) $(UI_LIBS) $(CAIRO_LIBS) $(ZLIB_LIBS) -ldl
-
- CPPFLAGS += -DIPELETDIR=\"$(IPELETDIR)\"
- CPPFLAGS += -DIPELUADIR=\"$(IPELUADIR)\"
-diff --git a/src/ipescript/Makefile b/src/ipescript/Makefile -index ff35fd9..2315f1f 100644 ---- a/src/ipescript/Makefile -+++ b/src/ipescript/Makefile -@@ -8,7 +8,7 @@ include ../common.mak - TARGET = $(call exe_target,ipescript)
-
- CPPFLAGS += -I../include -I../ipelua $(LUA_CFLAGS)
--LIBS += -L$(buildlib) -lipelua -lipe $(LUA_LIBS)
-+LIBS += -L$(buildlib) -lipelua -lipe $(LUA_LIBS) -ldl
-
- CPPFLAGS += -DIPELETDIR=\"$(IPELETDIR)\"
- CPPFLAGS += -DIPESTYLEDIR=\"$(IPESTYLEDIR)\"
diff --git a/media-gfx/ipe/ipe-7.1.2.ebuild b/media-gfx/ipe/ipe-7.1.2.ebuild deleted file mode 100644 index 95a1767ba501..000000000000 --- a/media-gfx/ipe/ipe-7.1.2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils toolchain-funcs qt4-r2 - -DESCRIPTION="Drawing editor for creating figures in PDF or PS formats" -HOMEPAGE="http://ipe7.sourceforge.net/" -SRC_URI="mirror://sourceforge/ipe7/${PN}/7.1.0/${P}-src.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-text/texlive-core - dev-lang/lua - media-libs/freetype:2 - x11-libs/cairo - dev-qt/qtcore:4 - dev-qt/qtgui:4" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/${P}/src" - -search_urw_fonts() { - # colon-separated list of paths - local texmfdist="$(kpsewhich -var-value=TEXMFDIST)" - # according to TeX directory structure - local urwdir=fonts/type1/urw - # add colon as field separator - local IFS="${IFS}:" dir - for dir in ${texmfdist}; do - if [[ -d ${dir}/${urwdir} ]]; then - URWFONTDIR="${dir}/${urwdir}" - return 0 - fi - done - return 1 -} - -pkg_setup() { - if search_urw_fonts; then - einfo "URW fonts found in ${URWFONTDIR}" - else - ewarn "Could not find directory containing URW fonts" - ewarn "Ipe will not function properly without them." - fi -} - -src_prepare() { - sed -i \ - -e 's/fpic/fPIC/' \ - -e 's/moc-qt4/moc/' \ - -e "s:\$(IPEPREFIX)/lib:\$(IPEPREFIX)/$(get_libdir):g" \ - config.mak || die - sed -i -e 's/install -s/install/' common.mak || die - -} - -src_compile() { - emake \ - CXX=$(tc-getCXX) \ - IPEPREFIX="${EPREFIX}/usr" \ - IPEDOCDIR="${EPREFIX}/usr/share/doc/${PF}/html" -} - -src_install() { - emake install \ - IPEPREFIX="${EPREFIX}/usr" \ - IPEDOCDIR="${EPREFIX}/usr/share/doc/${PF}/html" \ - INSTALL_ROOT="${ED}" - dodoc ../{news,readme}.txt - doicon ipe/icons/ipe.png - make_desktop_entry ipe Ipe ipe -} diff --git a/media-gfx/ipe/ipe-7.1.3.ebuild b/media-gfx/ipe/ipe-7.1.3.ebuild deleted file mode 100644 index c25f67000442..000000000000 --- a/media-gfx/ipe/ipe-7.1.3.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils qt4-r2 toolchain-funcs - -DESCRIPTION="Drawing editor for creating figures in PDF or PS formats" -HOMEPAGE="http://ipe7.sourceforge.net/" -SRC_URI="mirror://sourceforge/ipe7/${PN}/7.1.0/${P}-src.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - app-text/texlive-core - dev-lang/lua - media-libs/freetype:2 - x11-libs/cairo - dev-qt/qtcore:4 - dev-qt/qtgui:4" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/${P}/src" - -search_urw_fonts() { - # colon-separated list of paths - local texmfdist="$(kpsewhich -var-value=TEXMFDIST)" - # according to TeX directory structure - local urwdir=fonts/type1/urw - # add colon as field separator - local IFS="${IFS}:" dir - for dir in ${texmfdist}; do - if [[ -d ${dir}/${urwdir} ]]; then - URWFONTDIR="${dir}/${urwdir}" - return 0 - fi - done - return 1 -} - -pkg_setup() { - if search_urw_fonts; then - einfo "URW fonts found in ${URWFONTDIR}" - else - ewarn "Could not find directory containing URW fonts" - ewarn "Ipe will not function properly without them." - fi -} - -src_prepare() { - sed -i \ - -e 's/fpic/fPIC/' \ - -e 's/moc-qt4/moc/' \ - -e "s:\$(IPEPREFIX)/lib:\$(IPEPREFIX)/$(get_libdir):g" \ - config.mak || die - sed -i -e 's/install -s/install/' common.mak || die - - epatch "${FILESDIR}"/${P}-gold.patch -} - -src_compile() { - emake \ - CXX=$(tc-getCXX) \ - IPEPREFIX="${EPREFIX}/usr" \ - IPEDOCDIR="${EPREFIX}/usr/share/doc/${PF}/html" -} - -src_install() { - emake install \ - IPEPREFIX="${EPREFIX}/usr" \ - IPEDOCDIR="${EPREFIX}/usr/share/doc/${PF}/html" \ - INSTALL_ROOT="${ED}" - dodoc ../{news,readme}.txt - doicon ipe/icons/ipe.png - make_desktop_entry ipe Ipe ipe -} diff --git a/media-gfx/ipe/metadata.xml b/media-gfx/ipe/metadata.xml deleted file mode 100644 index 6446d13a5fe6..000000000000 --- a/media-gfx/ipe/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - Ipe is a drawing editor for creating figures in PDF or - (encapsulated) Postscript format. Ipe supports making small figures - for inclusion into LaTeX documents as well as making multi-page PDF - presentations. -</longdescription> - <upstream> - <remote-id type="sourceforge">ipe7</remote-id> - </upstream> -</pkgmetadata> |