www-apps/trac-fullblogplugin: License
(Portage version: 2.2.0_alpha75-r1/git/Linux x86_64, unsigned Manifest commit)
This commit is contained in:
parent
6255c76c77
commit
36f392b2b1
@ -1,7 +1,11 @@
|
|||||||
# ChangeLog for www-apps/trac-fullblogplugin
|
# ChangeLog for www-apps/trac-fullblogplugin
|
||||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
|
19 Nov 2011; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
trac-fullblogplugin-0.1.1.ebuild, metadata.xml:
|
||||||
|
License
|
||||||
|
|
||||||
17 Sep 2010; Mario Fetka <mario.fetka@gmail.com>
|
17 Sep 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||||
trac-fullblogplugin-0.1.1.ebuild:
|
trac-fullblogplugin-0.1.1.ebuild:
|
||||||
Add distutils_pkg_postinst to postinstall section
|
Add distutils_pkg_postinst to postinstall section
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
EBUILD trac-fullblogplugin-0.1.1.ebuild 900 RMD160 89aec63a2b138eaa5204b204f8ffeeccb7aaccf9 SHA1 299018fab828403880eb0d2a7a30cc9b1a22f1e0 SHA256 18d122de8954ba4710bbfe977d44008b1eb45b20febde4d346a1c736203aa2bb
|
EBUILD trac-fullblogplugin-0.1.1.ebuild 897 RMD160 2b54d4b78c4946107a464912a31587fcbc1b8eeb SHA1 335cfa69e449002a88d2a62bda6bcb883db917df SHA256 e690475f2038520fd0660914a6fd640a666d764362c73fa3117511b0ac2c9531
|
||||||
MISC ChangeLog 767 RMD160 6582d8c2e05541e65f096ff3102857c716d97ae4 SHA1 a293218d47c42d0c2242f7d1e49fa5ad8149724d SHA256 a2255f2b8c6de7c2ab9505308ac9efd9d2c0750fd524d6f0d268356c879fd3cd
|
MISC ChangeLog 879 RMD160 79b4b8e9a8d2096e5611f8752e6f8d6b0b8fa707 SHA1 f337d33ae39e8120c84f2aedc9be5325cabd8e09 SHA256 c9ae9f39e763e5151f33ebd82c5b8366f6cb36be999a48b2e494d645fc84a4d2
|
||||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
MISC metadata.xml 205 RMD160 f85e91d792c694cb3e45fac26295dba0e6e43786 SHA1 3f13c3b49579342e2308323aa3dda2f43dd94c23 SHA256 9fdfc9c91107d94feb8416adc2cec7734fa27084bff83ea859938b3216e028bc
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<herd>maintainer-wanted</herd>
|
<maintainer>
|
||||||
|
<email>mario.fetka@gmail.com</email>
|
||||||
|
</maintainer>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Copyright 1999-2010 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# 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 $
|
# $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"
|
EAPI=3
|
||||||
PYTHON_DEPEND="2"
|
PYTHON_DEPEND="2"
|
||||||
SUPPORT_PYTHON_ABIS="1"
|
SUPPORT_PYTHON_ABIS="1"
|
||||||
RESTRICT_PYTHON_ABIS="3.*"
|
RESTRICT_PYTHON_ABIS="3.*"
|
||||||
@ -13,7 +13,7 @@ ESVN_REPO_URI="http://trac-hacks.org/svn/fullblogplugin/0.11/"
|
|||||||
DESCRIPTION="This plugin provides a project Blog."
|
DESCRIPTION="This plugin provides a project Blog."
|
||||||
HOMEPAGE="http://trac-hacks.org/wiki/FullBlogPlugin"
|
HOMEPAGE="http://trac-hacks.org/wiki/FullBlogPlugin"
|
||||||
|
|
||||||
LICENSE="trac"
|
LICENSE="BSD"
|
||||||
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user