* [gentoo-commits] dev/eva:master commit in: app-text/dblatex/
@ 2013-05-18 12:33 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2013-05-18 12:33 UTC (permalink / raw
To: gentoo-commits
commit: f56feb0c79050775bde1780f3eb51a72986795bb
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 12:31:55 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 18 12:31:55 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=f56feb0c
app-text/dblatex: add metadata.xml
---
app-text/dblatex/metadata.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/app-text/dblatex/metadata.xml b/app-text/dblatex/metadata.xml
new file mode 100644
index 0000000..23310c6
--- /dev/null
+++ b/app-text/dblatex/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>eva@gentoo.org</email>
+ <name>Gilles Dartiguelongue</name>
+</maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-text/dblatex/
@ 2015-04-19 16:50 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2015-04-19 16:50 UTC (permalink / raw
To: gentoo-commits
commit: 90600f83cd0a50b091ddab10f8c2420322e4084e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 16:50:37 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 16:50:37 2015 +0000
URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=90600f83
app-text/dblatex: fix PYTHON_COMPAT
app-text/dblatex/dblatex-0.3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/dblatex/dblatex-0.3.5.ebuild b/app-text/dblatex/dblatex-0.3.5.ebuild
index 3563d58..2e017dd 100644
--- a/app-text/dblatex/dblatex-0.3.5.ebuild
+++ b/app-text/dblatex/dblatex-0.3.5.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI="5"
-PYTHON_COMPAT=( python{2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-text/dblatex/
@ 2015-11-24 19:32 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2015-11-24 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 28dd903e14ed30c237b2eca226752aebd9c3fb23
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 19:02:47 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 19:17:33 2015 +0000
URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=28dd903e
app-text/dblatex: moved to gentoo-x86
Thanks to Zoltan Puskas for maintaining it via proxy-maintainers.
app-text/dblatex/Manifest | 11 ---------
app-text/dblatex/dblatex-0.3.5.ebuild | 43 -----------------------------------
app-text/dblatex/metadata.xml | 8 -------
3 files changed, 62 deletions(-)
diff --git a/app-text/dblatex/Manifest b/app-text/dblatex/Manifest
deleted file mode 100644
index 0be3a1f..0000000
--- a/app-text/dblatex/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST dblatex-0.3.5.tar.bz2 1445569 SHA256 0e0c144b1f7cf0e157be7f30caeff21475992754fa3d8e91cd4bdd31ac386440 SHA512 ea667015c9a5452aea5ffbc62dabf0b136a19dd8ecc45cb91094ae0ac190f6dd2d7ecf94aaef4fc96d6ffea69f48d197b76da773a06ddff89550480153fa88b4 WHIRLPOOL 193cec9ac7d3a9315a4bed7fac2b81ef31b177b00aaba1ac0f7b5f59416450fc6e4b2eab1b73cb687311dfa365d827abc552fc183b9ffb85c86fc4138001a269
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlSEmMsACgkQ1fmVwcYIWAYCJACfQcRsGn6TZZ+uoGj7o+G2q+Le
-gdIAnilMJhyAtYl0qfgH38v6rTOBDl14
-=8Hi8
------END PGP SIGNATURE-----
diff --git a/app-text/dblatex/dblatex-0.3.5.ebuild b/app-text/dblatex/dblatex-0.3.5.ebuild
deleted file mode 100644
index b8806d8..0000000
--- a/app-text/dblatex/dblatex-0.3.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Transform DocBook using TeX macros"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://dblatex.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- app-text/texlive
- dev-texlive/texlive-latexextra
- dev-texlive/texlive-latexrecommended
- dev-texlive/texlive-mathextra
- dev-texlive/texlive-pictures
- dev-texlive/texlive-xetex
- dev-libs/libxslt
- app-text/docbook-xml-dtd
- gnome-base/librsvg
-"
-DEPEND="${RDEPEND}"
-
-python_prepare_all() {
- sed -e "s:base=package_base:base='/usr/share/dblatex/':" \
- -i scripts/dblatex || die
- sed -e 's/"inkscape.*" % /"rsvg-convert -f %s -o %s %s" % /' \
- -i lib/dbtexmf/core/imagedata.py || die
-}
-
-python_install_all() {
- python_doscript "${S}"/scripts/dblatex
-
- mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die "mv doc"
-}
diff --git a/app-text/dblatex/metadata.xml b/app-text/dblatex/metadata.xml
deleted file mode 100644
index 23310c6..0000000
--- a/app-text/dblatex/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
- <email>eva@gentoo.org</email>
- <name>Gilles Dartiguelongue</name>
-</maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-24 19:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24 19:32 [gentoo-commits] dev/eva:master commit in: app-text/dblatex/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2015-04-19 16:50 Gilles Dartiguelongue
2013-05-18 12:33 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox