diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-11-16 10:50:42 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-11-16 10:50:42 +0000 |
commit | 645aab3a3ae4dac21b04f4d63d01d363904f4442 (patch) | |
tree | f02667193e3e01db174aaa7f48fb8c34e68e5739 /app-doc/devmanual | |
parent | Version bump (diff) | |
download | gentoo-2-645aab3a3ae4dac21b04f4d63d01d363904f4442.tar.gz gentoo-2-645aab3a3ae4dac21b04f4d63d01d363904f4442.tar.bz2 gentoo-2-645aab3a3ae4dac21b04f4d63d01d363904f4442.zip |
remove old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'app-doc/devmanual')
-rw-r--r-- | app-doc/devmanual/ChangeLog | 6 | ||||
-rw-r--r-- | app-doc/devmanual/devmanual-0_pre20130309.ebuild | 58 | ||||
-rw-r--r-- | app-doc/devmanual/devmanual-0_pre20131109.ebuild | 58 |
3 files changed, 5 insertions, 117 deletions
diff --git a/app-doc/devmanual/ChangeLog b/app-doc/devmanual/ChangeLog index db4b5d2544ab..279c2742ead8 100644 --- a/app-doc/devmanual/ChangeLog +++ b/app-doc/devmanual/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-doc/devmanual # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/ChangeLog,v 1.12 2014/11/16 10:49:33 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/ChangeLog,v 1.13 2014/11/16 10:50:42 hwoarang Exp $ + + 16 Nov 2014; Markos Chandras <hwoarang@gentoo.org> + -devmanual-0_pre20130309.ebuild, -devmanual-0_pre20131109.ebuild: + remove old *devmanual-0_pre20141116 (16 Nov 2014) diff --git a/app-doc/devmanual/devmanual-0_pre20130309.ebuild b/app-doc/devmanual/devmanual-0_pre20130309.ebuild deleted file mode 100644 index 70e53dce38e1..000000000000 --- a/app-doc/devmanual/devmanual-0_pre20130309.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# 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_pre20130309.ebuild,v 1.4 2013/11/12 18:36:02 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,svg,png]" - -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 -} diff --git a/app-doc/devmanual/devmanual-0_pre20131109.ebuild b/app-doc/devmanual/devmanual-0_pre20131109.ebuild deleted file mode 100644 index 13627baf695b..000000000000 --- a/app-doc/devmanual/devmanual-0_pre20131109.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# 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.2 2013/11/12 18:36:02 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,svg,png]" - -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 -} |