www-apps/trac-wysiwygplugin: bump
(Portage version: 2.2.0_alpha30-r1/svn/Linux x86_64) git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2895 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
e7b7f6e081
commit
356e522e0e
@ -1,7 +1,14 @@
|
||||
# ChangeLog for www-apps/trac-wysiwygplugin
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
*trac-wysiwygplugin-0.12.0.3 (21 Apr 2011)
|
||||
|
||||
21 Apr 2011; Mario Fetka <mario.fetka@gmail.com>
|
||||
-trac-wysiwygplugin-0.12.0.2.ebuild, +trac-wysiwygplugin-0.12.0.3.ebuild,
|
||||
metadata.xml:
|
||||
bump
|
||||
|
||||
17 Sep 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
trac-wysiwygplugin-0.12.0.2.ebuild:
|
||||
Add distutils_pkg_postinst to postinstall section
|
||||
|
@ -1,3 +1,3 @@
|
||||
EBUILD trac-wysiwygplugin-0.12.0.2.ebuild 886 RMD160 2d4eee3e21c43fe9142707d92e27ab3601843aa0 SHA1 1c78c355336a67209676d7e2163af13a5dbefe86 SHA256 00b6d3cda6874a67830bec7d272742fc70aedb49864ed6f20368c9664d0b6845
|
||||
MISC ChangeLog 591 RMD160 a87459ba66092d99ea362d29dba721824b3a4840 SHA1 e63b999bb7297def9b0e153546cff0264b68e951 SHA256 ce7d048a86b2502e599c9e817d961fcdf81bd86e0690dd939feb431ca6fb2df2
|
||||
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
||||
EBUILD trac-wysiwygplugin-0.12.0.3.ebuild 885 RMD160 85acf46425c3015201966291da00db78d17aabdc SHA1 e5f2387b638e53d2c7846a825c3925868d908b10 SHA256 817d301a109b594170c4e47a58e208d5f44e4ac810c46e6fbb3577d11c7d5f65
|
||||
MISC ChangeLog 786 RMD160 a6d7b03a3e1a10276ef2dedb1382568d15c3875c SHA1 db02f9f784135eb0b473271d009d31ffc6dec013 SHA256 99806fecfc7e5c520ff344c7537b3091918caddc3aff755ec4f7263dbd0abb1d
|
||||
MISC metadata.xml 226 RMD160 bebcbe7a5e3d2be83c25e006192f71ebf45abb14 SHA1 ec2b713fc2363b8c51e9c164d0802eeb59d9d296 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2
|
||||
|
@ -1,34 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<!--
|
||||
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
|
||||
|
||||
This is the example metadata file.
|
||||
The root element of this file is <pkgmetadata>. Within this element a
|
||||
number of subelements are allowed: herd, maintainer, and
|
||||
longdescription. herd is a required subelement.
|
||||
|
||||
For a full description look at:
|
||||
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
|
||||
|
||||
|
||||
Before committing, please remove the comments from this file. They are
|
||||
not relevant for general metadata.xml files.
|
||||
-->
|
||||
<pkgmetadata>
|
||||
<herd>no-herd</herd>
|
||||
<maintainer>
|
||||
<email>@gentoo.org</email>
|
||||
<!-- <description>Description of the maintainership</description> -->
|
||||
<email>mario.fetka@gmail.com</email>
|
||||
</maintainer>
|
||||
<!-- <longdescription>Long description of the package</longdescription> -->
|
||||
<!--
|
||||
<use>
|
||||
<flag name='flag'>Description of how USE='flag' affects this package</flag>
|
||||
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
|
||||
package</flag>
|
||||
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
|
||||
Requires an installed dictionary from <cat>app-dicts</cat></flag>
|
||||
</use>
|
||||
-->
|
||||
</pkgmetadata>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2011 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 $
|
||||
|
||||
@ -13,7 +13,7 @@ ESVN_REPO_URI="http://trac-hacks.org/svn/tracwysiwygplugin/0.12/"
|
||||
DESCRIPTION="Wysiwyg editor embedded into textarea.wikitext."
|
||||
HOMEPAGE="http://trac-hacks.org/wiki/TracWysiwygPlugin"
|
||||
|
||||
LICENSE="trac"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
Loading…
Reference in New Issue
Block a user