* [gentoo-commits] gentoo-x86 commit in app-text/dvipng: ChangeLog dvipng-1.11.ebuild dvipng-1.10.ebuild
@ 2008-05-30 21:37 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2008-05-30 21:37 UTC (permalink / raw
To: gentoo-commits
aballier 08/05/30 21:37:37
Modified: ChangeLog
Added: dvipng-1.11.ebuild
Removed: dvipng-1.10.ebuild
Log:
version bump
(Portage version: 2.1.5.2)
Revision Changes Path
1.30 app-text/dvipng/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/dvipng/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 11 May 2008 19:01:22 -0000 1.29
+++ ChangeLog 30 May 2008 21:37:36 -0000 1.30
@@ -1,6 +1,12 @@
# ChangeLog for app-text/dvipng
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/ChangeLog,v 1.29 2008/05/11 19:01:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/ChangeLog,v 1.30 2008/05/30 21:37:36 aballier Exp $
+
+*dvipng-1.11 (30 May 2008)
+
+ 30 May 2008; Alexis Ballier <aballier@gentoo.org> -dvipng-1.10.ebuild,
+ +dvipng-1.11.ebuild:
+ version bump
*dvipng-1.10 (11 May 2008)
1.1 app-text/dvipng/dvipng-1.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/dvipng-1.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/dvipng/dvipng-1.11.ebuild?rev=1.1&content-type=text/plain
Index: dvipng-1.11.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/dvipng-1.11.ebuild,v 1.1 2008/05/30 21:37:36 aballier Exp $
inherit eutils
IUSE="truetype"
DESCRIPTION="A program to translate a DVI (DeVice Independent) files into PNG (Portable Network Graphics) bitmaps"
HOMEPAGE="http://dvipng.sourceforge.net/"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
RDEPEND="media-libs/gd
media-libs/libpng
virtual/latex-base
sys-libs/zlib
truetype? ( >=media-libs/freetype-2.1.5 )"
DEPEND="${RDEPEND}
sys-apps/texinfo"
pkg_setup() {
if ! built_with_use media-libs/gd jpeg png; then
eerror "You must rebuild media-libs/gd with USE=\"jpeg png\""
die "You must rebuild media-libs/gd with USE=\"jpeg png\""
fi
}
src_compile() {
econf $(use_with truetype freetype) || die "Configure failed"
emake || die "Compile failed"
}
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
dodoc ChangeLog README RELEASE || die "dodoc failed"
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-30 21:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 21:37 [gentoo-commits] gentoo-x86 commit in app-text/dvipng: ChangeLog dvipng-1.11.ebuild dvipng-1.10.ebuild Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox