* [gentoo-commits] gentoo-x86 commit in app-doc/devmanual: devmanual-0_pre20131109.ebuild ChangeLog
@ 2013-11-09 12:49 Markos Chandras (hwoarang)
0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2013-11-09 12:49 UTC (permalink / raw
To: gentoo-commits
hwoarang 13/11/09 12:49:18
Modified: ChangeLog
Added: devmanual-0_pre20131109.ebuild
Log:
Version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Revision Changes Path
1.10 app-doc/devmanual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/devmanual/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/devmanual/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/devmanual/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-doc/devmanual/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 20 Oct 2013 19:32:21 -0000 1.9
+++ ChangeLog 9 Nov 2013 12:49:18 -0000 1.10
@@ -1,6 +1,12 @@
# ChangeLog for app-doc/devmanual
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/ChangeLog,v 1.9 2013/10/20 19:32:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/ChangeLog,v 1.10 2013/11/09 12:49:18 hwoarang Exp $
+
+*devmanual-0_pre20131109 (09 Nov 2013)
+
+ 09 Nov 2013; Markos Chandras <hwoarang@gentoo.org>
+ +devmanual-0_pre20131109.ebuild:
+ Version bump
20 Oct 2013; Fabian Groffen <grobian@gentoo.org>
devmanual-0_pre20130309.ebuild:
1.1 app-doc/devmanual/devmanual-0_pre20131109.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/devmanual/devmanual-0_pre20131109.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/devmanual/devmanual-0_pre20131109.ebuild?rev=1.1&content-type=text/plain
Index: devmanual-0_pre20131109.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/devmanual-0_pre20131109.ebuild,v 1.1 2013/11/09 12:49:18 hwoarang Exp $
EAPI=5
inherit readme.gentoo
[[ "${PV}" == "9999" ]] && inherit git-2
DESCRIPTION="The Gentoo Development Guide"
HOMEPAGE="http://devmanual.gentoo.org/"
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/devmanual.git"
else
SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
fi
LICENSE="CC-BY-SA-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-macos"
IUSE=""
DEPEND="dev-libs/libxslt
media-gfx/imagemagick[truetype]"
DOC_CONTENTS="In order to browse the Gentoo Development Guide in
offline mode, point your browser to the following url:
${EPREFIX}/usr/share/doc/devmanual/html/index.html"
src_compile() {
# Imagemagick uses inkscape (if present) to delegate
# svg conversions.
# Inkscape uses g_get_user_config_dir () which in turn
# uses XDG_CONFIG_HOME to get the config directory for this
# user. See bug 463380
export XDG_CONFIG_HOME="${T}/inkscape_home"
emake
}
src_install() {
dohtml -r *
einfo "Creating symlink from ${P} to ${PN} for preserving bookmarks"
dosym /usr/share/doc/${P} /usr/share/doc/${PN}
readme.gentoo_create_doc
}
pkg_postinst() {
readme.gentoo_print_elog
if ! has_version app-portage/eclass-manpages; then
elog "The offline version of the devmanual does not include the"
elog "documentation for the eclasses. If you need it, then emerge"
elog "the following package:"
elog
elog "app-portage/eclass-manpages"
elog
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-11-09 12:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-09 12:49 [gentoo-commits] gentoo-x86 commit in app-doc/devmanual: devmanual-0_pre20131109.ebuild ChangeLog Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox