Changeset 7e78c5c
- Timestamp:
- 08/31/2010 10:14:05 PM (10 years ago)
- Branches:
- master
- Children:
- 81df223
- Parents:
- 7cfed87
- git-author:
- geos_one <geos_one@…> (08/31/2010 10:14:05 PM)
- git-committer:
- geos_one <geos_one@…> (08/31/2010 10:14:05 PM)
- Location:
- www-apps/trac-downloadsplugin
- Files:
-
- 1 deleted
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
www-apps/trac-downloadsplugin/ChangeLog
r828d889 r7e78c5c 2 2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 3 3 # $Header: $ 4 5 31 Aug 2010; Mario Fetka <mario.fetka@gmail.com> 6 -trac-downloadsplugin-0.2.ebuild, -trac-downloadsplugin-0.3.ebuild, 7 +trac-downloadsplugin-0.3-r1.ebuild: 8 cleanup 4 9 5 10 26 Feb 2010; Mario Fetka <mario.fetka@gmail.com> -
www-apps/trac-downloadsplugin/Manifest
r828d889 r7e78c5c 1 EBUILD trac-downloadsplugin-0.2.ebuild 2333 RMD160 7fcd6f686ca659523e19aa5d4f4529ab0f108bc9 SHA1 42fdb735f0cfe8357f1bd26a468705909ff6c793 SHA256 cfc0b0bb06f1d80ac19a03bb8912fb7ed8c389b4429913e55f0bf529053a7881 2 EBUILD trac-downloadsplugin-0.3.ebuild 2333 RMD160 28d5a28cbb1413a0436c445f6dcf236117a55b97 SHA1 2753ee77efbfc468b9de6b81a0cfee656494ba3f SHA256 0af8f4069e7f2a48814e90d77410ab9f28eca2bd6be75395b1571201b5d755c5 3 MISC ChangeLog 555 RMD160 e70477e959c2adbc066edf895a96f4a762df9f84 SHA1 488c6370285f5a69aa018ae37de53cf4232bb65d SHA256 6bcf356cc293941629cc05df1d2c201bb37cb71293ba11a9eced9f3f33471da2 1 EBUILD trac-downloadsplugin-0.3-r1.ebuild 1827 RMD160 07746f8056ad0911cd44593e7f3da3acc4ec065a SHA1 3bcfca87399f3ff8db742517935acdd85b05cbe8 SHA256 4b552da04a11759b34c661a4835316efd505edba1062eeade6cb714a7b163e79 2 MISC ChangeLog 726 RMD160 013098857d864cb81feae5eccbaf02ea015de8d4 SHA1 e8a34f323321d5c9d202dd41bfc6c4b893343730 SHA256 1b3ede03d3360edb2c1d7b5a21faa6cdf90c1e88eeea10f18f6db06b8deb2adf 4 3 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 -
www-apps/trac-downloadsplugin/trac-downloadsplugin-0.3-r1.ebuild
r828d889 r7e78c5c 2 2 # Distributed under the terms of the GNU General Public License v2 3 3 # $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 $ 4 5 EAPI="2" 6 PYTHON_DEPEND="2" 7 SUPPORT_PYTHON_ABIS="1" 8 RESTRICT_PYTHON_ABIS="3.*" 4 9 5 10 inherit distutils subversion … … 8 13 DESCRIPTION="This plugin provides downloads section which may contain releases or other files." 9 14 HOMEPAGE="http://trac-hacks.org/wiki/DownloadsPlugin" 10 # SRC_URI="mirror://gentoo/${P}.tar.bz2"11 15 12 16 LICENSE="trac" … … 16 20 SLOT="0" 17 21 18 DEPEND="=www-apps/trac-0.12* 19 >=dev-python/setuptools-0.6_rc1" 20 21 # from marienz's setuptools.eclass: 22 src_install() { 23 "${python}" setup.py install --root=${D} --no-compile \ 24 --single-version-externally-managed "$@" || die "install failed" 25 } 26 27 src_test() { 28 "${python}" setup.py test || die "tests failed" 29 } 22 DEPEND="dev-python/setuptools" 23 RDEPEND=">=www-apps/trac-0.12" 30 24 31 25 pkg_postinst() { … … 37 31 elog " tracdownloads.timeline.DownloadsTimeline = enabled" 38 32 elog " tracdownloads.wiki.DownloadsWiki = enabled" 39 elog " tracdownloads.admin.DownloadsWebAdmin = enabled # Branch 0.10 and 0.11."40 33 elog " tracdownloads.webadmin.DownloadsWebAdmin = enabled # Branch 0.12 only." 41 34 elog " tracdownloads.consoleadmin.DownloadsConsoleAdmin = enabled # Branch 0.12 only." … … 45 38 elog " title = Downloads" 46 39 elog " path = /var/lib/trac/downloads" 47 elog " ext = zip gz bz2 rar # For 0.10 and 0.11 branch."48 40 elog " ext = zip,gz,bz2,rar # For 0.12 branch." 49 elog " visible_fields = id file description size time count author tags component version \"50 elog " architecture platform type # For 0.10 and 0.11 branch."51 41 elog " visible_fields = id,file,description,size,time,count,author,tags,component,version, \" 52 42 elog " architecture,platform,type # For 0.12 branch."
Note: See TracChangeset
for help on using the changeset viewer.