public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
Date: Thu, 10 Dec 2015 23:47:28 +0000 (UTC)	[thread overview]
Message-ID: <1449791238.2f3fcdeb75ebcdb6782062a7ff39ca4311508889.tamiko@gentoo> (raw)

commit:     2f3fcdeb75ebcdb6782062a7ff39ca4311508889
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 23:26:25 2015 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 23:47:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3fcdeb

app-doc/doxygen: Remove old version 1.8.5 and 1.8.9.1

Package-Manager: portage-2.2.26

 app-doc/doxygen/Manifest               |   2 -
 app-doc/doxygen/doxygen-1.8.5.ebuild   | 234 --------------------------------
 app-doc/doxygen/doxygen-1.8.9.1.ebuild | 241 ---------------------------------
 3 files changed, 477 deletions(-)

diff --git a/app-doc/doxygen/Manifest b/app-doc/doxygen/Manifest
index 9ec16b0..c193ff5 100644
--- a/app-doc/doxygen/Manifest
+++ b/app-doc/doxygen/Manifest
@@ -1,4 +1,2 @@
 DIST doxygen-1.8.10.src.tar.gz 4818276 SHA256 cedf78f6d213226464784ecb999b54515c97eab8a2f9b82514292f837cf88b93 SHA512 a7f29b5f7b9f55b7e5382b7b7dc7212247a27869bc265433c0ee51480645b3f5f0732d1f5aefd54952204c8a1c98b96ec1ecc22c1ff7a072db5b2356b5981074 WHIRLPOOL 5607e1da5cf8e653ec895a7601a3a6585790a555207928bde6d154ab06173c68e088a61c1963da8d8cdc1a571b66eeaa102acc2a2e4291e0be87634d8e554962
-DIST doxygen-1.8.5.src.tar.gz 6511944 SHA256 243a8b67db12ad68d6ea5b51c6f60dc2cc3a34fa47abf1b5b4499196c3d7cc25 SHA512 56d2b262feae41fe9acf3c0c8ad3dd1d8868a52c17e2d9882a553570311482ec73548c0a70ae0ad7ccd7d1011a69968f284031beb93f915bab3a4c740b943f47 WHIRLPOOL 934cb01d7898cbdf04d2f293534ade1b8ce1c48a378fb141e063a83455ccf94c733aec525e6e6740e6b92fb473a6bc2b31dca09b0324de78801c7a2d19638182
-DIST doxygen-1.8.9.1.src.tar.gz 5007458 SHA256 d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887feccec SHA512 b76d06fc6e22d5e8e2b73814bc99cc0cf75ddf4e5a6ad1bd79832f12ccce5ccc2681777862b9ad0dbfdf1791fd1ce1f0f5ce669a78c7d38f91b0e8d5ebda8ade WHIRLPOOL 3971ceb79619282dbf1409b71d457dbdf8cd67b7d57dc106215442237e16fed8530e637d2d712d1be2dc2d186b29e75a23522b06387913fe2584eebf8b52b44e
 DIST doxywizard.png 4231 SHA256 eb648ebd3a194a56d9ed6e47cc8dbf1af2e124d83c2c42af9bf86bd837984209 SHA512 5e2d26e7427b86866ebe75ec2c66c0f1100d230f3f3e4d66bac424a8dd0d42f0831d936ff03318dfa1bf73cbd9fb53717636d0c91ae3eea0f4e24641479d25d5 WHIRLPOOL bb0c13b382c4069ca310ff53a03b36499a2bf6e0e8c0647efc032530f429f483b5d6f2925b7e996d4f84c8f2b77eb883533f4b7abc88745a2cfa596d3dd4f3fb

diff --git a/app-doc/doxygen/doxygen-1.8.5.ebuild b/app-doc/doxygen/doxygen-1.8.5.ebuild
deleted file mode 100644
index 250ccc6..0000000
--- a/app-doc/doxygen/doxygen-1.8.5.ebuild
+++ /dev/null
@@ -1,234 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils fdo-mime flag-o-matic python-any-r1 qt4-r2 toolchain-funcs
-
-DESCRIPTION="Documentation system for most programming languages"
-HOMEPAGE="http://www.doxygen.org/"
-SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz
-	https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="debug doc dot qt4 latex sqlite elibc_FreeBSD userland_GNU"
-
-#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
-
-LANGS=(hy ar pt_BR ca zh cs de da eo es fa fi fr el hr hu id it ja ko lt mk
-nl nb pl pt ro ru sl sk sr sv tr uk vi af)
-for X in "${LANGS[@]}" ; do
-	IUSE="${IUSE} linguas_${X}"
-done
-
-RDEPEND="qt4? ( dev-qt/qtgui:4 )
-	latex? ( app-text/texlive[extra] )
-	dev-lang/perl
-	virtual/libiconv
-	media-libs/libpng
-	app-text/ghostscript-gpl
-	sqlite? ( dev-db/sqlite:3 )
-	dot? (
-		media-gfx/graphviz
-		media-libs/freetype
-	)"
-
-DEPEND="sys-apps/sed
-	sys-devel/flex
-	sys-devel/bison
-	doc? ( ${PYTHON_DEPS} )
-	${RDEPEND}"
-
-# src_test() defaults to make -C testing but there is no such directory (bug #504448)
-RESTRICT="mirror test"
-EPATCH_SUFFIX="patch"
-
-get_langs() {
-	# using only user set linguas also fixes #263641
-	my_linguas=()
-	for lingua in ${LINGUAS}; do
-		if has ${lingua} "${LANGS[@]}"; then
-			case ${lingua} in
-				hy) lingua=am ;;
-			    pt_BR) lingua=br ;;
-				zh*) lingua=cn ;;
-				cs) lingua=cz ;;
-				da) lingua=dk ;;
-				el*) lingua=gr ;;
-				ja*) lingua=jp ;;
-				ko) lingua=kr ;;
-				nb) lingua=no ;;
-				sl) lingua=si ;;
-			    tr*) lingua=tr ;;
-			    uk) lingua=ua ;;
-			    af) lingua=za ;;
-			esac
-			has ${lingua} "${my_linguas[@]}" ||
-				my_linguas+=(${lingua})
-		fi
-	done
-	f_langs="${my_linguas[@]}"
-	echo ${f_langs// /,}
-}
-
-pkg_setup() {
-	tc-export CC CXX
-	use doc && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-	# use CFLAGS, CXXFLAGS, LDFLAGS
-	export ECFLAGS="${CFLAGS}" ECXXFLAGS="${CXXFLAGS}" ELDFLAGS="${LDFLAGS}"
-
-	sed -i.orig -e 's:^\(TMAKE_CFLAGS_RELEASE\t*\)= .*$:\1= $(ECFLAGS):' \
-		-e 's:^\(TMAKE_CXXFLAGS_RELEASE\t*\)= .*$:\1= $(ECXXFLAGS):' \
-		-e 's:^\(TMAKE_LFLAGS_RELEASE\s*\)=.*$:\1= $(ELDFLAGS):' \
-		-e "s:^\(TMAKE_CXX\s*\)=.*$:\1= $(tc-getCXX):" \
-		-e "s:^\(TMAKE_LINK\s*\)=.*$:\1= $(tc-getCXX):" \
-		-e "s:^\(TMAKE_LINK_SHLIB\s*\)=.*$:\1= $(tc-getCXX):" \
-		-e "s:^\(TMAKE_CC\s*\)=.*$:\1= $(tc-getCC):" \
-		-e "s:^\(TMAKE_AR\s*\)=.*$:\1= $(tc-getAR) cqs:" \
-		tmake/lib/{{linux,gnu,freebsd,netbsd,openbsd,solaris}-g++,macosx-c++,linux-64}/tmake.conf \
-		|| die
-
-	# Ensure we link to -liconv
-	if use elibc_FreeBSD && has_version dev-libs/libiconv || use elibc_uclibc; then
-		for pro in */*.pro.in */*/*.pro.in; do
-		echo "unix:LIBS += -liconv" >> "${pro}"
-		done
-	fi
-
-	# Call dot with -Teps instead of -Tps for EPS generation - bug #282150
-	sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die
-
-	# prefix search tools patch, plus OSX fixes
-	epatch "${FILESDIR}"/${PN}-1.8.1-prefix-misc-alt.patch
-	epatch "${FILESDIR}"/${PN}-1.8.3.1-empty-line-sigsegv.patch #454348
-
-	# fix pdf doc
-	sed -i.orig -e "s:g_kowal:g kowal:" \
-		doc/maintainers.txt || die
-
-	sed -e "s/\$(DATE)/$(LC_ALL="C" LANG="C" date)/g" \
-		-i Makefile.in || die #428280
-
-	if is-flagq "-O3" ; then
-		echo
-		ewarn "Compiling with -O3 is known to produce incorrectly"
-		ewarn "optimized code which breaks doxygen."
-		echo
-		elog "Continuing with -O2 instead ..."
-		echo
-		replace-flags "-O3" "-O2"
-	fi
-}
-
-src_configure() {
-	# set ./configure options (prefix, Qt based wizard, docdir)
-
-	local my_conf="--shared --enable-langs $(get_langs)"
-
-	if use debug ; then
-		my_conf="${my_conf} --debug"
-	else
-		my_conf="${my_conf} --release "
-	fi
-
-	use qt4 && my_conf="${my_conf} --with-doxywizard"
-
-	use sqlite && my_conf="${my_conf} --with-sqlite3"
-
-	# On non GNU userland (e.g. BSD), configure script picks up make and bails
-	# out because it is not GNU make, so we force the right value.
-	use userland_GNU || my_conf="${my_conf} --make ${MAKE} --install install"
-
-	export LINK="${QMAKE_LINK}"
-	export LINK_SHLIB="${QMAKE_CXX}"
-
-	if use qt4 ; then
-		pushd addon/doxywizard &> /dev/null
-		eqmake4 doxywizard.pro -o Makefile.doxywizard
-		popd &> /dev/null
-	fi
-
-	./configure --prefix "${EPREFIX}/usr" ${my_conf} \
-			|| die
-}
-
-src_compile() {
-
-	emake CFLAGS+="${ECFLAGS}" CXXFLAGS+="${ECXXFLAGS}" \
-		LFLAGS+="${ELDFLAGS}" all
-
-	# generate html and pdf (if tetex in use) documents.
-	# errors here are not considered fatal, hence the ewarn message
-	# TeX's font caching in /var/cache/fonts causes sandbox warnings,
-	# so we allow it.
-	if use doc; then
-		if ! use dot; then
-			sed -i -e "s/HAVE_DOT               = YES/HAVE_DOT    = NO/" \
-				{Doxyfile,doc/Doxyfile} \
-				|| ewarn "disabling dot failed"
-		fi
-		if use latex; then
-			addwrite /var/cache/fonts
-			addwrite /var/cache/fontconfig
-			addwrite /usr/share/texmf/fonts/pk
-			addwrite /usr/share/texmf/ls-R
-			make pdf || ewarn '"make pdf docs" failed.'
-		else
-			cp doc/Doxyfile doc/Doxyfile.orig
-			cp doc/Makefile doc/Makefile.orig
-			sed -i.orig -e "s/GENERATE_LATEX    = YES/GENERATE_LATEX    = NO/" \
-				doc/Doxyfile
-			sed -i.orig -e "s/@epstopdf/# @epstopdf/" \
-				-e "s/@cp Makefile.latex/# @cp Makefile.latex/" \
-				-e "s/@sed/# @sed/" doc/Makefile
-			make docs || ewarn '"make docs" failed.'
-		fi
-	fi
-}
-
-src_install() {
-	emake DESTDIR="${D}" MAN1DIR=share/man/man1 install
-
-	if use qt4; then
-		doicon "${DISTDIR}/doxywizard.png"
-		make_desktop_entry doxywizard "DoxyWizard ${PV}" \
-			"/usr/share/pixmaps/doxywizard.png" \
-			"Development"
-	fi
-
-	dodoc LANGUAGE.HOWTO README.md
-
-	# pdf and html manuals
-	if use doc; then
-		dohtml -r html/*
-		use latex && dodoc latex/doxygen_manual.pdf
-	fi
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-
-	elog
-	elog "The USE flags qt4, doc, and latex will enable doxywizard, or"
-	elog "the html and pdf documentation, respectively.  For examples"
-	elog "and other goodies, see the source tarball.  For some example"
-	elog "output, run doxygen on the doxygen source using the Doxyfile"
-	elog "provided in the top-level source dir."
-	elog
-	elog "Disabling the dot USE flag will remove the GraphViz dependency,"
-	elog "along with Doxygen's ability to generate diagrams in the docs."
-	elog "See the Doxygen homepage for additional helper tools to parse"
-	elog "more languages."
-	elog
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-}

diff --git a/app-doc/doxygen/doxygen-1.8.9.1.ebuild b/app-doc/doxygen/doxygen-1.8.9.1.ebuild
deleted file mode 100644
index 30e709c..0000000
--- a/app-doc/doxygen/doxygen-1.8.9.1.ebuild
+++ /dev/null
@@ -1,241 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit eutils fdo-mime flag-o-matic python-any-r1 qt4-r2 toolchain-funcs
-
-DESCRIPTION="Documentation system for most programming languages"
-HOMEPAGE="http://www.doxygen.org/"
-SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz
-	https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="clang debug doc dot doxysearch qt4 latex sqlite"
-
-#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
-
-LANGS=(hy ar pt_BR ca zh cs de da eo es fa fi fr el hr hu id it ja ko lt mk
-nl nb pl pt ro ru sl sk sr sv tr uk vi af)
-for X in "${LANGS[@]}" ; do
-	IUSE="${IUSE} linguas_${X}"
-done
-
-RDEPEND="app-text/ghostscript-gpl
-	dev-lang/perl
-	media-libs/libpng
-	virtual/libiconv
-	clang? ( sys-devel/clang )
-	dot? (
-		media-gfx/graphviz
-		media-libs/freetype
-	)
-	doxysearch? ( =dev-libs/xapian-1.2* )
-	latex? ( app-text/texlive[extra] )
-	qt4? ( dev-qt/qtgui:4 )
-	sqlite? ( dev-db/sqlite:3 )
-	"
-
-DEPEND="sys-apps/sed
-	sys-devel/flex
-	sys-devel/bison
-	doc? ( ${PYTHON_DEPS} )
-	${RDEPEND}"
-
-# src_test() defaults to make -C testing but there is no such directory (bug #504448)
-RESTRICT="mirror test"
-EPATCH_SUFFIX="patch"
-
-get_langs() {
-	# using only user set linguas also fixes #263641
-	my_linguas=()
-	for lingua in ${LINGUAS}; do
-		if has ${lingua} "${LANGS[@]}"; then
-			case ${lingua} in
-				hy) lingua=am ;;
-			    pt_BR) lingua=br ;;
-				zh*) lingua=cn ;;
-				cs) lingua=cz ;;
-				da) lingua=dk ;;
-				el*) lingua=gr ;;
-				ja*) lingua=jp ;;
-				ko) lingua=kr ;;
-				nb) lingua=no ;;
-				sl) lingua=si ;;
-			    tr*) lingua=tr ;;
-			    uk) lingua=ua ;;
-			    af) lingua=za ;;
-			esac
-			has ${lingua} "${my_linguas[@]}" ||
-				my_linguas+=(${lingua})
-		fi
-	done
-	f_langs="${my_linguas[@]}"
-	echo ${f_langs// /,}
-}
-
-pkg_setup() {
-	tc-export CC CXX
-	use doc && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-	# use CFLAGS, CXXFLAGS, LDFLAGS
-	export ECFLAGS="${CFLAGS}" ECXXFLAGS="${CXXFLAGS}" ELDFLAGS="${LDFLAGS}"
-
-	sed -i.orig -e 's:^\(TMAKE_CFLAGS_RELEASE\t*\)= .*$:\1= $(ECFLAGS):' \
-		-e 's:^\(TMAKE_CXXFLAGS_RELEASE\t*\)= .*$:\1= $(ECXXFLAGS):' \
-		-e 's:^\(TMAKE_LFLAGS_RELEASE\s*\)=.*$:\1= $(ELDFLAGS):' \
-		-e "s:^\(TMAKE_CXX\s*\)=.*$:\1= $(tc-getCXX):" \
-		-e "s:^\(TMAKE_LINK\s*\)=.*$:\1= $(tc-getCXX):" \
-		-e "s:^\(TMAKE_LINK_SHLIB\s*\)=.*$:\1= $(tc-getCXX):" \
-		-e "s:^\(TMAKE_CC\s*\)=.*$:\1= $(tc-getCC):" \
-		-e "s:^\(TMAKE_AR\s*\)=.*$:\1= $(tc-getAR) cqs:" \
-		tmake/lib/{{linux,gnu,freebsd,netbsd,openbsd,solaris}-g++,macosx-c++,linux-64}/tmake.conf \
-		|| die
-
-	# Ensure we link to -liconv
-	if use elibc_FreeBSD && has_version dev-libs/libiconv || use elibc_uclibc; then
-		for pro in */*.pro.in */*/*.pro.in; do
-		echo "unix:LIBS += -liconv" >> "${pro}"
-		done
-	fi
-
-	# Call dot with -Teps instead of -Tps for EPS generation - bug #282150
-	sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die
-
-	# prefix search tools patch, plus OSX fixes
-	epatch "${FILESDIR}"/${PN}-1.8.1-prefix-misc-alt.patch
-	epatch "${FILESDIR}"/${P}-empty-line-sigsegv.patch #454348
-
-	# fix pdf doc
-	sed -i.orig -e "s:g_kowal:g kowal:" \
-		doc/maintainers.txt || die
-
-	sed -e "s/\$(DATE)/$(LC_ALL="C" LANG="C" date)/g" \
-		-i Makefile.in || die #428280
-
-	if is-flagq "-O3" ; then
-		echo
-		ewarn "Compiling with -O3 is known to produce incorrectly"
-		ewarn "optimized code which breaks doxygen."
-		echo
-		elog "Continuing with -O2 instead ..."
-		echo
-		replace-flags "-O3" "-O2"
-	fi
-}
-
-src_configure() {
-	# set ./configure options (prefix, Qt based wizard, docdir)
-
-	local my_conf="--shared --enable-langs $(get_langs)"
-
-	if use debug ; then
-		my_conf="${my_conf} --debug"
-	else
-		my_conf="${my_conf} --release "
-	fi
-
-	use clang && my_conf="${my_conf} --with-libclang"
-
-	use doxysearch  && my_conf="${my_conf} --with-doxysearch"
-
-	use qt4 && my_conf="${my_conf} --with-doxywizard"
-
-	use sqlite && my_conf="${my_conf} --with-sqlite3"
-
-	# On non GNU userland (e.g. BSD), configure script picks up make and bails
-	# out because it is not GNU make, so we force the right value.
-	use userland_GNU || my_conf="${my_conf} --make ${MAKE} --install install"
-
-	export LINK="${QMAKE_LINK}"
-	export LINK_SHLIB="${QMAKE_CXX}"
-
-	./configure --prefix "${EPREFIX}/usr" ${my_conf} \
-			|| die
-
-	if use qt4 ; then
-		pushd addon/doxywizard &> /dev/null
-		eqmake4 doxywizard.pro -o Makefile.doxywizard
-		popd &> /dev/null
-	fi
-}
-
-src_compile() {
-
-	emake CFLAGS+="${ECFLAGS}" CXXFLAGS+="${ECXXFLAGS}" \
-		LFLAGS+="${ELDFLAGS}" all
-
-	# generate html and pdf (if tetex in use) documents.
-	# errors here are not considered fatal, hence the ewarn message
-	# TeX's font caching in /var/cache/fonts causes sandbox warnings,
-	# so we allow it.
-	if use doc; then
-		if ! use dot; then
-			sed -i -e "s/HAVE_DOT               = YES/HAVE_DOT    = NO/" \
-				{Doxyfile,doc/Doxyfile} \
-				|| ewarn "disabling dot failed"
-		fi
-		if use latex; then
-			addwrite /var/cache/fonts
-			addwrite /var/cache/fontconfig
-			addwrite /usr/share/texmf/fonts/pk
-			addwrite /usr/share/texmf/ls-R
-			make pdf || ewarn '"make pdf docs" failed.'
-		else
-			cp doc/Doxyfile doc/Doxyfile.orig
-			cp doc/Makefile doc/Makefile.orig
-			sed -i.orig -e "s/GENERATE_LATEX    = YES/GENERATE_LATEX    = NO/" \
-				doc/Doxyfile
-			sed -i.orig -e "s/@epstopdf/# @epstopdf/" \
-				-e "s/@cp Makefile.latex/# @cp Makefile.latex/" \
-				-e "s/@sed/# @sed/" doc/Makefile
-			make docs || ewarn '"make docs" failed.'
-		fi
-	fi
-}
-
-src_install() {
-	emake DESTDIR="${D}" MAN1DIR=share/man/man1 install
-
-	if use qt4; then
-		doicon "${DISTDIR}/doxywizard.png"
-		make_desktop_entry doxywizard "DoxyWizard ${PV}" \
-			"/usr/share/pixmaps/doxywizard.png" \
-			"Development"
-	fi
-
-	dodoc LANGUAGE.HOWTO README.md
-
-	# pdf and html manuals
-	if use doc; then
-		dohtml -r html/*
-		use latex && dodoc latex/doxygen_manual.pdf
-	fi
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-
-	elog
-	elog "The USE flags qt4, doc, and latex will enable doxywizard, or"
-	elog "the html and pdf documentation, respectively.  For examples"
-	elog "and other goodies, see the source tarball.  For some example"
-	elog "output, run doxygen on the doxygen source using the Doxyfile"
-	elog "provided in the top-level source dir."
-	elog
-	elog "Disabling the dot USE flag will remove the GraphViz dependency,"
-	elog "along with Doxygen's ability to generate diagrams in the docs."
-	elog "See the Doxygen homepage for additional helper tools to parse"
-	elog "more languages."
-	elog
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-}


             reply	other threads:[~2015-12-10 23:47 UTC|newest]

Thread overview: 193+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-10 23:47 Matthias Maier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-03  2:20 [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/ Ionen Wolkens
2024-01-02  7:38 Sam James
2023-12-31  3:49 Sam James
2023-12-28  2:19 Sam James
2023-12-28  2:19 Sam James
2023-12-16  3:08 Sam James
2023-12-16  3:08 Sam James
2023-12-04  9:25 Sam James
2023-11-29  7:03 Sam James
2023-11-29  6:08 Sam James
2023-11-28  5:27 Arthur Zamarin
2023-11-27 11:25 Sam James
2023-11-27 11:23 Sam James
2023-11-27 11:23 Sam James
2023-11-27 11:23 Sam James
2023-11-27 11:23 Sam James
2023-11-25 16:57 Arthur Zamarin
2023-09-24  4:45 Sam James
2023-07-26  3:13 Sam James
2023-05-27 19:21 Arthur Zamarin
2023-05-26 11:39 Andreas Sturmlechner
2023-05-20 13:00 Sam James
2023-05-20  4:48 Sam James
2023-04-13 15:14 Matthias Maier
2023-03-31 11:46 Arthur Zamarin
2023-03-31 11:46 Arthur Zamarin
2023-03-31 11:46 Arthur Zamarin
2023-03-31 11:46 Arthur Zamarin
2023-03-31 11:46 Arthur Zamarin
2023-03-31 11:46 Arthur Zamarin
2022-12-31 13:40 Arthur Zamarin
2022-12-31 13:40 Arthur Zamarin
2022-12-30  6:33 Sam James
2022-12-29 21:27 Sam James
2022-12-29 21:27 Sam James
2022-12-25 20:12 Matthias Maier
2022-11-19  7:27 Arthur Zamarin
2022-11-19  7:27 Arthur Zamarin
2022-11-19  7:27 Arthur Zamarin
2022-11-19  7:27 Arthur Zamarin
2022-11-19  7:27 Arthur Zamarin
2022-11-19  7:27 Arthur Zamarin
2022-11-18  7:22 WANG Xuerui
2022-11-18  7:07 Jakov Smolić
2022-11-18  7:04 Jakov Smolić
2022-11-10  6:10 Sam James
2022-08-29 19:06 Sam James
2022-08-19 19:38 Sam James
2022-07-30 15:54 Arthur Zamarin
2022-07-25  4:19 Sam James
2022-07-18 12:52 Sam James
2022-07-18 12:52 Sam James
2022-07-17 19:42 Sam James
2022-07-17 19:42 Sam James
2022-07-17 17:34 Sam James
2022-07-17 17:34 Sam James
2022-07-17 15:27 Sam James
2022-06-23  5:35 Sam James
2022-05-18 18:31 Sam James
2022-05-15  8:38 Jakov Smolić
2022-05-15  8:19 Jakov Smolić
2022-05-15  8:14 Jakov Smolić
2022-05-15  8:14 Jakov Smolić
2022-05-14 22:34 Jakov Smolić
2022-05-14 22:27 Jakov Smolić
2022-05-14 21:53 Jakov Smolić
2022-01-01  4:29 Sam James
2021-11-24  3:07 Sam James
2021-11-15 19:41 Agostino Sarubbo
2021-09-20 10:41 James Le Cuirot
2021-08-26 19:46 Arthur Zamarin
2021-08-26 19:46 Arthur Zamarin
2021-05-15  2:41 Sam James
2021-05-15  2:37 Sam James
2021-04-13  7:12 Sergei Trofimovich
2021-04-03 23:07 Sam James
2021-03-26 20:39 Agostino Sarubbo
2021-03-19 18:09 Mikle Kolyada
2021-03-15 11:39 Sam James
2021-03-01 19:51 Sergei Trofimovich
2021-02-18 20:11 Sergei Trofimovich
2021-02-17  7:36 Sergei Trofimovich
2021-01-22 22:46 Sam James
2021-01-14 21:55 Sam James
2021-01-14 18:58 Sam James
2021-01-06 12:59 Fabian Groffen
2020-12-12 21:40 Matthias Maier
2020-12-10 19:14 Matthias Maier
2020-10-31 11:11 David Seifert
2020-07-11 20:16 Sam James
2020-06-07 21:04 Mart Raudsepp
2020-06-07 21:04 Mart Raudsepp
2020-05-18 21:13 Agostino Sarubbo
2020-05-18 21:10 Agostino Sarubbo
2020-05-18 16:46 Sergei Trofimovich
2020-05-18 15:10 Agostino Sarubbo
2020-05-17 10:06 Sergei Trofimovich
2020-05-17  9:55 Sergei Trofimovich
2020-05-16 19:47 Sergei Trofimovich
2020-05-12 20:17 Sergei Trofimovich
2020-05-11 20:34 Sergei Trofimovich
2020-04-04 11:07 Sergei Trofimovich
2020-03-11 14:42 Matthias Maier
2020-03-01 18:39 Matthias Maier
2020-03-01 18:36 Matthias Maier
2020-01-03 13:57 Agostino Sarubbo
2019-12-31 14:21 Agostino Sarubbo
2019-12-31 14:16 Agostino Sarubbo
2019-12-28 15:59 Mikle Kolyada
2019-12-28 11:27 Lars Wendler
2019-12-26 23:03 Aaron Bauman
2019-12-23  9:42 Mikle Kolyada
2019-12-15 10:59 Agostino Sarubbo
2019-12-13  9:45 Agostino Sarubbo
2019-12-13  0:07 Thomas Deutschmann
2019-12-12 22:56 Sergei Trofimovich
2019-12-12 20:05 Matthias Maier
2019-12-12 19:23 Matthias Maier
2019-09-13 15:36 Mikle Kolyada
2019-09-13 15:36 Mikle Kolyada
2019-08-06 15:24 Agostino Sarubbo
2019-08-06  9:42 Agostino Sarubbo
2019-08-06  9:39 Agostino Sarubbo
2019-08-03  2:38 Sergei Trofimovich
2019-08-03  2:37 Sergei Trofimovich
2019-08-03  2:35 Sergei Trofimovich
2019-08-02 19:30 Sergei Trofimovich
2019-08-02 16:18 Aaron Bauman
2019-08-02  6:23 Matthias Maier
2018-12-27 18:48 Fabian Groffen
2018-10-02  2:14 Matthias Maier
2018-07-11  5:05 Markus Meier
2018-06-25 18:56 Tobias Klausmann
2018-06-12 16:06 Mikle Kolyada
2018-06-06 16:37 Sergei Trofimovich
2018-06-05 17:25 Mart Raudsepp
2018-06-05 16:59 Matthias Maier
2018-06-05 16:59 Matthias Maier
2018-06-05 16:59 Matthias Maier
2018-06-04 18:46 Mikle Kolyada
2018-06-04  2:44 Matthias Maier
2018-06-03 22:51 Sergei Trofimovich
2018-06-03 21:18 Matthias Maier
2018-06-03 21:18 Matthias Maier
2018-06-03 17:50 Mikle Kolyada
2018-04-20 19:45 David Seifert
2018-02-07  0:54 Matthias Maier
2018-02-07  0:54 Matthias Maier
2017-12-20 17:53 Matthias Maier
2017-12-20 17:53 Matthias Maier
2017-12-15  5:12 Matthias Maier
2017-12-15  3:58 Matthias Maier
2017-12-15  2:04 Matthias Maier
2017-12-10 10:17 Pacho Ramos
2017-11-19 12:37 David Seifert
2017-03-13 19:04 Jeroen Roovers
2017-03-11 17:07 Agostino Sarubbo
2017-03-04 14:02 Agostino Sarubbo
2017-03-02 10:47 Agostino Sarubbo
2017-02-28 11:22 Tobias Klausmann
2017-02-27 20:11 Michael Weber
2017-02-27  8:24 Agostino Sarubbo
2017-02-25 21:31 Matthias Maier
2017-02-20 18:05 Markus Meier
2017-01-23 18:58 Tobias Klausmann
2017-01-22 16:27 Agostino Sarubbo
2017-01-22  9:44 Jeroen Roovers
2017-01-20 11:05 Agostino Sarubbo
2017-01-17 13:52 Matthias Maier
2017-01-17 13:41 Matthias Maier
2017-01-15 15:50 Agostino Sarubbo
2016-09-16  5:12 Matthias Maier
2016-09-16  5:12 Matthias Maier
2016-08-28  8:50 Jeroen Roovers
2016-08-16  2:17 Matthias Maier
2016-07-17 17:35 Tobias Klausmann
2016-06-15  4:19 Matthias Maier
2016-02-28 15:58 Matthias Maier
2016-02-28 15:58 Matthias Maier
2016-02-28  2:53 Matthias Maier
2016-01-25 14:51 Matthias Maier
2015-12-10 23:47 Matthias Maier
2015-11-23  9:25 Agostino Sarubbo
2015-11-10 18:55 Markus Meier
2015-11-08 19:03 Mikle Kolyada
2015-11-01 13:15 Mikle Kolyada
2015-10-30 10:15 Agostino Sarubbo
2015-10-27 12:18 Agostino Sarubbo
2015-10-26  5:31 Jeroen Roovers
2015-10-09  5:35 Jeroen Roovers
2015-10-09  5:21 Jeroen Roovers
2015-08-09  6:19 Matthias Maier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449791238.2f3fcdeb75ebcdb6782062a7ff39ca4311508889.tamiko@gentoo \
    --to=tamiko@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox