diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-01-22 19:24:20 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-01-22 19:24:20 +0000 |
commit | 3af4b119ad8d9f5e93b8beac762835f018da7d3b (patch) | |
tree | fabb0f8b1cdaeede592153af32884e4389cccfd9 /dev-util | |
parent | Stable for HPPA (bug #452018). (diff) | |
download | gentoo-2-3af4b119ad8d9f5e93b8beac762835f018da7d3b.tar.gz gentoo-2-3af4b119ad8d9f5e93b8beac762835f018da7d3b.tar.bz2 gentoo-2-3af4b119ad8d9f5e93b8beac762835f018da7d3b.zip |
remove old, fix eclass inheritance and make a clean revbump
(Portage version: 2.2.0_alpha158/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ninja-ide/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild | 48 | ||||
-rw-r--r-- | dev-util/ninja-ide/ninja-ide-2.1.1-r3.ebuild (renamed from dev-util/ninja-ide/ninja-ide-2.1.1-r2.ebuild) | 4 |
3 files changed, 9 insertions, 51 deletions
diff --git a/dev-util/ninja-ide/ChangeLog b/dev-util/ninja-ide/ChangeLog index ec0736cf6762..611533a5f5af 100644 --- a/dev-util/ninja-ide/ChangeLog +++ b/dev-util/ninja-ide/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/ninja-ide # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ChangeLog,v 1.7 2013/01/22 19:19:34 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ChangeLog,v 1.8 2013/01/22 19:24:19 hasufell Exp $ + +*ninja-ide-2.1.1-r3 (22 Jan 2013) + + 22 Jan 2013; Julian Ospald <hasufell@gentoo.org> -ninja-ide-2.1.1-r1.ebuild, + -ninja-ide-2.1.1-r2.ebuild, +ninja-ide-2.1.1-r3.ebuild: + remove old, fix eclass inheritance and make a clean revbump 22 Jan 2013; Julian Ospald <hasufell@gentoo.org> ninja-ide-2.1.1-r2.ebuild: meh, fix deps diff --git a/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild b/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild deleted file mode 100644 index 432362e80dd5..000000000000 --- a/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild,v 1.2 2012/10/29 16:36:35 mgorny Exp $ - -# XXX: tests - -EAPI=4 - -PYTHON_COMPAT="python2_6 python2_7" - -inherit eutils gnome2-utils python-distutils-ng vcs-snapshot - -DESCRIPTION="Ninja-IDE Is Not Just Another IDE" -HOMEPAGE="http://www.ninja-ide.org" -SRC_URI="https://github.com/ninja-ide/ninja-ide/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-python/PyQt4[webkit] - dev-python/simplejson - dev-python/pyinotify - virtual/python-argparse" -DEPEND="${RDEPEND}" - -python_prepare_all() { - epatch "${FILESDIR}"/${P}-lang.patch -} - -python_install_all() { - newicon -s 256 icon.png ${PN}.png - make_desktop_entry ${PN} "NINJA-IDE" -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/dev-util/ninja-ide/ninja-ide-2.1.1-r2.ebuild b/dev-util/ninja-ide/ninja-ide-2.1.1-r3.ebuild index 140eba0a46e9..3d47b31d58be 100644 --- a/dev-util/ninja-ide/ninja-ide-2.1.1-r2.ebuild +++ b/dev-util/ninja-ide/ninja-ide-2.1.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r2.ebuild,v 1.3 2013/01/22 19:19:34 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r3.ebuild,v 1.1 2013/01/22 19:24:20 hasufell Exp $ # XXX: tests @@ -8,7 +8,7 @@ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) -inherit gnome2-utils distutils-r1 vcs-snapshot +inherit eutils gnome2-utils distutils-r1 vcs-snapshot DESCRIPTION="Ninja-IDE Is Not Just Another IDE" HOMEPAGE="http://www.ninja-ide.org" |