diff --git a/www-apps/trac-logviewerplugin/ChangeLog b/www-apps/trac-logviewerplugin/ChangeLog new file mode 100644 index 00000000..8b635c19 --- /dev/null +++ b/www-apps/trac-logviewerplugin/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for www-apps/trac-logviewerplugin +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 18 Sep 2010; Mario Fetka + +trac-logviewerplugin-0.2.ebuild, +metadata.xml: + initial checkin + diff --git a/www-apps/trac-logviewerplugin/Manifest b/www-apps/trac-logviewerplugin/Manifest new file mode 100644 index 00000000..04acfbfc --- /dev/null +++ b/www-apps/trac-logviewerplugin/Manifest @@ -0,0 +1,3 @@ +EBUILD trac-logviewerplugin-0.2.ebuild 868 RMD160 616c20741a41167b756f8600470d9844e3cf015b SHA1 709d0644d22f53a9748198cc17c22b76b58959cb SHA256 2a20421ad996c3d1e9a488162d622f2cf80e92289713c8753caf0ca091d96188 +MISC ChangeLog 251 RMD160 aa77b33c01e723e9b9db8b2164a39bfc18a26cab SHA1 d2aca72344562a9fe32c68e6f31e4b805030bf2e SHA256 3375445e71f8568b9b62f448a9544126296641759038e66ac0c66a572688dd0a +MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5 diff --git a/www-apps/trac-logviewerplugin/metadata.xml b/www-apps/trac-logviewerplugin/metadata.xml new file mode 100644 index 00000000..46a44e57 --- /dev/null +++ b/www-apps/trac-logviewerplugin/metadata.xml @@ -0,0 +1,34 @@ + + + + +no-herd + + @gentoo.org + + + + + diff --git a/www-apps/trac-logviewerplugin/trac-logviewerplugin-0.2.ebuild b/www-apps/trac-logviewerplugin/trac-logviewerplugin-0.2.ebuild new file mode 100644 index 00000000..18f3e2ef --- /dev/null +++ b/www-apps/trac-logviewerplugin/trac-logviewerplugin-0.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild,v 1.4 2007/02/13 20:39:33 corsair Exp $ + +EAPI="2" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils subversion + +ESVN_REPO_URI="http://trac-hacks.org/svn/logviewerplugin/0.11/trunk/" +DESCRIPTION="View the trac.log file via the web frontend" +HOMEPAGE="http://trac-hacks.org/wiki/LogViewerPlugin" + +LICENSE="trac" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +IUSE="" + +SLOT="0" + +DEPEND="dev-python/setuptools" +RDEPEND=">=www-apps/trac-0.12" + +pkg_postinst() { + distutils_pkg_postinst + elog "To enable the LogViewer plugin in your Trac environments, you have to add:" + elog " [components]" + elog " logviewer.* = enabled" + elog "to your trac.ini files." +}