dev-ros/qt_gui_cpp: remove old
authorAlexis Ballier <aballier@gentoo.org>
Wed, 11 May 2016 07:58:35 +0000 (09:58 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Wed, 11 May 2016 07:58:35 +0000 (09:58 +0200)
Package-Manager: portage-2.2.28

dev-ros/qt_gui_cpp/Manifest
dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.29-r1.ebuild [deleted file]
dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild [deleted file]
dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.0.ebuild [deleted file]
dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.1.ebuild [deleted file]

index 789d5ebd5ac4479a22bcdbc56d3e7ff8f5568e7f..0c46e5d46139a0c47c6505bcc31fd963c2949426 100644 (file)
@@ -1,5 +1 @@
-DIST qt_gui_core-0.2.29.tar.gz 85881 SHA256 7c51b4fd7e795e37e3f8a4b691a5e520466105fdddbc85e194c10c608fe7448c SHA512 958526a3bd76070e121d75a82c589894aef980870091cb853802fcb60328b54cbc95ee0c9eececa18e24608808cca2c722c5699b662c2a578f150995171d71db WHIRLPOOL f83328ce59fd9cd8db5a066f1a2a93bde54b28268891b18cf73b31d5584b0dc7f932350a39e729c97be3bc3b6780422dd2538321f29b0acd13d06387e0054975
-DIST qt_gui_core-0.2.30.tar.gz 86567 SHA256 d2c7240161dd84b02b024a66119d122a7607dd0e27a299d53d1c75c36d203847 SHA512 4a9671c8814f16a371e77840d6df268e763ce5932d6e85842af34ee5322701ffa19d97d4d75b4fb6d4d272497281462296dc9cfc25d4efd96246a88a8ee08978 WHIRLPOOL c072605d884a051a03ea3e77147fce7e7f3f94c4b5eb253779022a18cf3141d357fdb9fc45c9b5b6917d3e73cc2cfde4d384d64de26f164b4920911965be20e7
-DIST qt_gui_core-0.3.0.tar.gz 86904 SHA256 f785ad2ffcee822edaf8f8baef8f440d3c596fbb2cbc99508f5aef650e00dc28 SHA512 6b14dafdc087f3fccfeacf2aedd438b069cd3592d6f834ba0d277107da936bbf0d3a40d0cd18468615fd9c508fb1fc5109ef83c4970031a7dca923b85270b385 WHIRLPOOL fdc0e46cc9e308999553ffa911acd7cb3fa64c8088fe270eb831143deef03e903cc1abfaf748fe4e8484a91acc2d926d8d03bdec4225082c56fc958fe16dfdfa
-DIST qt_gui_core-0.3.1.tar.gz 87236 SHA256 99ec592081fbc68d263e85ad1134ebf95019f23a4b116b6f0c8ba13764ab3338 SHA512 f209c257fe3f8bf10e285109e6d6a88e2c8f2d6bfdae82bf3177b94f0b0a74ac26585a1b688d37d6db828847f82b9a5d3c362847bedf41db8aa86a2bc9738c3c WHIRLPOOL 23e82cacdf531a27c5a0b8c5296722b87671a2345db1ed6571d4d8708289a9580db25e5a695dc3fc033aa16fb8c70e1934190549698955cd168021bc689ee123
 DIST qt_gui_core-0.3.2.tar.gz 87326 SHA256 678e60f413ad455577ce0e76fa34f2603d0f713023a59fb8c4edee3e753489d5 SHA512 9a3e5c395a49efc0cbd747b35898e5931155b9e22f4789cc111cfb28866db4589b3b7fbd8b32cb8d64ade568dd5a9eb4ee4b24f7b7f60dcf5aabc4a380b5c180 WHIRLPOOL 0fe0af5b79ecf27259212b4ccf3f839d6841775b859674619119dfd97de5a3ae5ac337b0e0c92a6a55b02c6905f21c12d27ecf75aef62c320dd05a1f34e611f4
diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.29-r1.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.29-r1.ebuild
deleted file mode 100644 (file)
index e480327..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Foundation for C++-bindings for dev-ros/qt_gui and creates bindings for every generator available"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       >=dev-ros/pluginlib-1.9.23
-       >=dev-ros/qt_gui-0.2.18[${PYTHON_USEDEP}]
-       dev-libs/tinyxml
-       dev-ros/python_qt_binding[${PYTHON_USEDEP}]
-       dev-libs/boost:=
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}/libdir.patch"
-)
diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.2.30.ebuild
deleted file mode 100644 (file)
index e480327..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Foundation for C++-bindings for dev-ros/qt_gui and creates bindings for every generator available"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       >=dev-ros/pluginlib-1.9.23
-       >=dev-ros/qt_gui-0.2.18[${PYTHON_USEDEP}]
-       dev-libs/tinyxml
-       dev-ros/python_qt_binding[${PYTHON_USEDEP}]
-       dev-libs/boost:=
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}/libdir.patch"
-)
diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.0.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.0.ebuild
deleted file mode 100644 (file)
index 66b81c3..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Foundation for C++-bindings for dev-ros/qt_gui and creates bindings for every generator available"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtwidgets:5
-       >=dev-ros/pluginlib-1.9.23
-       >=dev-ros/qt_gui-0.3.0[${PYTHON_USEDEP}]
-       dev-libs/tinyxml
-       >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
-       dev-libs/boost:=
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}/libdir.patch"
-)
diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.1.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.1.ebuild
deleted file mode 100644 (file)
index 66b81c3..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Foundation for C++-bindings for dev-ros/qt_gui and creates bindings for every generator available"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtwidgets:5
-       >=dev-ros/pluginlib-1.9.23
-       >=dev-ros/qt_gui-0.3.0[${PYTHON_USEDEP}]
-       dev-libs/tinyxml
-       >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
-       dev-libs/boost:=
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}/libdir.patch"
-)