diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-20 20:25:14 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-20 20:25:14 +0000 |
commit | 28d9e3fe8a21ca6b8540174da035b0614892d7ec (patch) | |
tree | 50c5ef8a842ecd129d87304b020caa2d40d4d96a | |
parent | Revision bump syncs with kde overlay ebuild state. EAPI 5 and easier to bump. (diff) | |
download | gentoo-2-28d9e3fe8a21ca6b8540174da035b0614892d7ec.tar.gz gentoo-2-28d9e3fe8a21ca6b8540174da035b0614892d7ec.tar.bz2 gentoo-2-28d9e3fe8a21ca6b8540174da035b0614892d7ec.zip |
EAPI 5, sort deps. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
-rw-r--r-- | dev-util/piklab/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/piklab/piklab-0.16.1.ebuild | 42 | ||||
-rw-r--r-- | dev-util/piklab/piklab-0.16.2.ebuild | 14 |
3 files changed, 14 insertions, 50 deletions
diff --git a/dev-util/piklab/ChangeLog b/dev-util/piklab/ChangeLog index 3c33895612ca..ee922d227f56 100644 --- a/dev-util/piklab/ChangeLog +++ b/dev-util/piklab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/piklab -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/piklab/ChangeLog,v 1.9 2013/12/16 05:17:38 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/piklab/ChangeLog,v 1.10 2014/03/20 20:25:14 johu Exp $ + + 20 Mar 2014; Johannes Huber <johu@gentoo.org> -piklab-0.16.1.ebuild, + piklab-0.16.2.ebuild: + EAPI 5, sort deps. Remove old. *piklab-0.16.2 (16 Dec 2013) diff --git a/dev-util/piklab/piklab-0.16.1.ebuild b/dev-util/piklab/piklab-0.16.1.ebuild deleted file mode 100644 index 059523062fdf..000000000000 --- a/dev-util/piklab/piklab-0.16.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/piklab/piklab-0.16.1.ebuild,v 1.3 2013/03/02 21:06:29 hwoarang Exp $ - -EAPI=4 -KDE_REQUIRED="optional" -KDE_HANDBOOK="optional" -KDE_LINGUAS="de cs es fr hu it" -inherit kde4-base - -DESCRIPTION="IDE for applications based on PIC and dsPIC microcontrollers" -HOMEPAGE="http://piklab.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sys-libs/readline - virtual/libusb:0 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qt3support:4" -RDEPEND="${DEPEND}" - -DOCS=( Changelog README TODO ) - -src_prepare() { - sed -e "/install(FILES README/d" \ - -i CMakeLists.txt || die - - kde4-base_src_prepare -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use !kde QT_ONLY) - -DLOCALE_INSTALL_DIR="/usr/share/locale" - ) - kde4-base_src_configure -} diff --git a/dev-util/piklab/piklab-0.16.2.ebuild b/dev-util/piklab/piklab-0.16.2.ebuild index 0d87d99ffeb1..1daa23b7e6bd 100644 --- a/dev-util/piklab/piklab-0.16.2.ebuild +++ b/dev-util/piklab/piklab-0.16.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/piklab/piklab-0.16.2.ebuild,v 1.1 2013/12/16 05:17:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/piklab/piklab-0.16.2.ebuild,v 1.2 2014/03/20 20:25:14 johu Exp $ -EAPI=4 +EAPI=5 KDE_REQUIRED="optional" KDE_HANDBOOK="optional" KDE_LINGUAS="de cs es fr hu it" @@ -17,11 +17,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="sys-libs/readline - virtual/libusb:0 +DEPEND=" dev-qt/qtcore:4 dev-qt/qtgui:4 - dev-qt/qt3support:4" + dev-qt/qt3support:4 + sys-libs/readline + virtual/libusb:0 +" RDEPEND="${DEPEND}" DOCS=( Changelog README TODO ) |