diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-11 17:57:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-11 17:57:46 +0000 |
commit | 740180fb1c23a38667ae3d7e7a3e60449c19b34f (patch) | |
tree | ab31267d54ac0f65da6e4ebd195a21d79c465644 /app-editors/mousepad | |
parent | Stable for amd64, wrt bug #465286 (diff) | |
download | gentoo-2-740180fb1c23a38667ae3d7e7a3e60449c19b34f.tar.gz gentoo-2-740180fb1c23a38667ae3d7e7a3e60449c19b34f.tar.bz2 gentoo-2-740180fb1c23a38667ae3d7e7a3e60449c19b34f.zip |
Stable for amd64, wrt bug #465286
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-editors/mousepad')
-rw-r--r-- | app-editors/mousepad/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/mousepad/mousepad-0.3.0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-editors/mousepad/ChangeLog b/app-editors/mousepad/ChangeLog index 4278b49745f5..f60c6d1592d4 100644 --- a/app-editors/mousepad/ChangeLog +++ b/app-editors/mousepad/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for app-editors/mousepad -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.28 2012/12/30 11:29:37 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/ChangeLog,v 1.29 2013/04/11 17:57:46 ago Exp $ + + 11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> mousepad-0.3.0.ebuild: + Stable for amd64, wrt bug #465286 *mousepad-0.3.0 (30 Dec 2012) 30 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> +mousepad-0.3.0.ebuild, +files/mousepad-0.3.0-validate.patch: Initial commit. - diff --git a/app-editors/mousepad/mousepad-0.3.0.ebuild b/app-editors/mousepad/mousepad-0.3.0.ebuild index caca5652399f..63d549aff430 100644 --- a/app-editors/mousepad/mousepad-0.3.0.ebuild +++ b/app-editors/mousepad/mousepad-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.3.0.ebuild,v 1.1 2012/12/30 11:29:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mousepad/mousepad-0.3.0.ebuild,v 1.2 2013/04/11 17:57:46 ago Exp $ EAPI=5 inherit xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug dbus" RDEPEND=">=dev-libs/glib-2.12 |