diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-28 16:33:36 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-28 16:33:36 +0000 |
commit | 16d5babcad242cb749c63f0c4f4f8deed8c7b639 (patch) | |
tree | a9666e00abff510aa7046a2a41ffd0034cdbbb43 /app-text | |
parent | old (diff) | |
download | gentoo-2-16d5babcad242cb749c63f0c4f4f8deed8c7b639.tar.gz gentoo-2-16d5babcad242cb749c63f0c4f4f8deed8c7b639.tar.bz2 gentoo-2-16d5babcad242cb749c63f0c4f4f8deed8c7b639.zip |
Initial commit, wrt bug #459626
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/djvusmooth/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/djvusmooth/djvusmooth-0.2.14.ebuild | 23 | ||||
-rw-r--r-- | app-text/djvusmooth/metadata.xml | 8 |
3 files changed, 41 insertions, 0 deletions
diff --git a/app-text/djvusmooth/ChangeLog b/app-text/djvusmooth/ChangeLog new file mode 100644 index 000000000000..92eea15a2fe9 --- /dev/null +++ b/app-text/djvusmooth/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-text/djvusmooth +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/djvusmooth/ChangeLog,v 1.1 2013/02/28 16:33:36 pinkbyte Exp $ + +*djvusmooth-0.2.14 (28 Feb 2013) + + 28 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> +djvusmooth-0.2.14.ebuild, + +metadata.xml: + Initial commit, wrt bug #459626 + diff --git a/app-text/djvusmooth/djvusmooth-0.2.14.ebuild b/app-text/djvusmooth/djvusmooth-0.2.14.ebuild new file mode 100644 index 000000000000..e922c37ced92 --- /dev/null +++ b/app-text/djvusmooth/djvusmooth-0.2.14.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/djvusmooth/djvusmooth-0.2.14.ebuild,v 1.1 2013/02/28 16:33:36 pinkbyte Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Graphical editor for DjVu documents" +HOMEPAGE="http://jwilk.net/software/djvusmooth" +SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# TODO: check with wxpython:2.9 +RDEPEND="dev-python/python-djvulibre[${PYTHON_USEDEP}] + dev-python/wxpython:2.8[${PYTHON_USEDEP}] + x11-themes/hicolor-icon-theme" +DEPEND="" diff --git a/app-text/djvusmooth/metadata.xml b/app-text/djvusmooth/metadata.xml new file mode 100644 index 000000000000..b6b8956cde34 --- /dev/null +++ b/app-text/djvusmooth/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>pinkbyte@gentoo.org</email> + <name>Sergey Popov</name> + </maintainer> +</pkgmetadata> |