diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-07-18 06:46:43 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-07-18 06:46:43 +0000 |
commit | 21eb1116adeaa6bf0894c31146e69a8512d9adc6 (patch) | |
tree | e21e620cab26e34acc8d584cc06c1780844da69a /x11-misc | |
parent | Add trivial patch to supress intltool error. #426610 (diff) | |
download | gentoo-2-21eb1116adeaa6bf0894c31146e69a8512d9adc6.tar.gz gentoo-2-21eb1116adeaa6bf0894c31146e69a8512d9adc6.tar.bz2 gentoo-2-21eb1116adeaa6bf0894c31146e69a8512d9adc6.zip |
Initial commit. Ebuild by Samoilenko Yuri and Sergey Popov in bug #423537. The latter will be maintainer by proxy.
(Portage version: 2.2.0_alpha119/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/outwiker/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/outwiker/metadata.xml | 9 | ||||
-rw-r--r-- | x11-misc/outwiker/outwiker-1.6.0.ebuild | 27 |
3 files changed, 46 insertions, 0 deletions
diff --git a/x11-misc/outwiker/ChangeLog b/x11-misc/outwiker/ChangeLog new file mode 100644 index 000000000000..edd961ee8ab3 --- /dev/null +++ b/x11-misc/outwiker/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/outwiker +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v 1.1 2012/07/18 06:46:43 yngwin Exp $ + +*outwiker-1.6.0 (18 Jul 2012) + + 18 Jul 2012; Ben de Groot <yngwin@gentoo.org> +metadata.xml, + +outwiker-1.6.0.ebuild: + Initial commit. Ebuild by Samoilenko Yuri and Sergey Popov in bug #423537. The + latter will be maintainer by proxy. diff --git a/x11-misc/outwiker/metadata.xml b/x11-misc/outwiker/metadata.xml new file mode 100644 index 000000000000..9ed147f9180a --- /dev/null +++ b/x11-misc/outwiker/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>admin@pinkbyte.ru</email> + <name>Sergey Popov</name> + </maintainer> + <herd>proxy-maintainers</herd> +</pkgmetadata> diff --git a/x11-misc/outwiker/outwiker-1.6.0.ebuild b/x11-misc/outwiker/outwiker-1.6.0.ebuild new file mode 100644 index 000000000000..a97e5fee371a --- /dev/null +++ b/x11-misc/outwiker/outwiker-1.6.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/outwiker-1.6.0.ebuild,v 1.1 2012/07/18 06:46:43 yngwin Exp $ + +EAPI=4 +PYTHON_DEPEND="2:2.7" +inherit python + +DESCRIPTION="The tree notes organizer" +HOMEPAGE="http://jenyay.net/Outwiker/English" +SRC_URI="http://jenyay.net/uploads/Soft/Outwiker/${P}-src.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/libgnomeprint-python + dev-python/pywebkitgtk + dev-python/wxpython" +DEPEND="${RDEPEND}" + +src_compile() { :; } + +pkg_postinst() { + python_mod_optimize "${D}/usr/share/${PN}" +} |