diff options
author | 2014-10-03 09:03:22 +0000 | |
---|---|---|
committer | 2014-10-03 09:03:22 +0000 | |
commit | e11508e6d3349bdcbad0b52577469be05f7a9bda (patch) | |
tree | 89ab55dff432b303a43d74968877b7a1c31d7583 /net-dialup/moserial | |
parent | Version bump. Fix USE=doc-pdf / pof accessing /root/.java. (diff) | |
download | gentoo-2-e11508e6d3349bdcbad0b52577469be05f7a9bda.tar.gz gentoo-2-e11508e6d3349bdcbad0b52577469be05f7a9bda.tar.bz2 gentoo-2-e11508e6d3349bdcbad0b52577469be05f7a9bda.zip |
Version bump
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-dialup/moserial')
-rw-r--r-- | net-dialup/moserial/ChangeLog | 9 | ||||
-rw-r--r-- | net-dialup/moserial/moserial-3.0.9.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/net-dialup/moserial/ChangeLog b/net-dialup/moserial/ChangeLog index 3a1fab81d14e..7dc56dd9ec69 100644 --- a/net-dialup/moserial/ChangeLog +++ b/net-dialup/moserial/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/moserial -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/moserial/ChangeLog,v 1.29 2013/03/29 23:27:58 eva Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/moserial/ChangeLog,v 1.30 2014/10/03 09:03:22 pacho Exp $ + +*moserial-3.0.9 (03 Oct 2014) + + 03 Oct 2014; Pacho Ramos <pacho@gentoo.org> +moserial-3.0.9.ebuild: + Version bump 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -moserial-3.0.7.ebuild: Clean up old revision. diff --git a/net-dialup/moserial/moserial-3.0.9.ebuild b/net-dialup/moserial/moserial-3.0.9.ebuild new file mode 100644 index 000000000000..818995b2bdae --- /dev/null +++ b/net-dialup/moserial/moserial-3.0.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/moserial/moserial-3.0.9.ebuild,v 1.1 2014/10/03 09:03:22 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="A clean and friendly gtk-based serial terminal" +HOMEPAGE="https://wiki.gnome.org/moserial" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.16:2 + gnome-base/gsettings-desktop-schemas + >=x11-libs/gtk+-3.0.0:3 +" +DEPEND="${RDEPEND} + app-text/scrollkeeper + >=app-text/gnome-doc-utils-0.3.2 + >=dev-util/intltool-0.35 + virtual/pkgconfig +" |