diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-03-14 06:44:27 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-03-14 06:44:27 +0000 |
commit | 5fd3b31b324164fcc1d2c209a51e02d4516bab43 (patch) | |
tree | 5c6b3d4e2af4c3ef127a308bb9e7e40efda77aab /dev-libs/grantlee | |
parent | Remove old. (diff) | |
download | gentoo-2-5fd3b31b324164fcc1d2c209a51e02d4516bab43.tar.gz gentoo-2-5fd3b31b324164fcc1d2c209a51e02d4516bab43.tar.bz2 gentoo-2-5fd3b31b324164fcc1d2c209a51e02d4516bab43.zip |
Remove old.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'dev-libs/grantlee')
-rw-r--r-- | dev-libs/grantlee/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/grantlee/grantlee-0.1.9.ebuild | 54 | ||||
-rw-r--r-- | dev-libs/grantlee/grantlee-0.2.0.ebuild | 55 |
3 files changed, 5 insertions, 110 deletions
diff --git a/dev-libs/grantlee/ChangeLog b/dev-libs/grantlee/ChangeLog index 9e738f557008..75573956e7d4 100644 --- a/dev-libs/grantlee/ChangeLog +++ b/dev-libs/grantlee/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/grantlee # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.24 2013/03/12 18:26:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/ChangeLog,v 1.25 2013/03/14 06:44:27 kensington Exp $ + + 14 Mar 2013; Michael Palimaka <kensington@gentoo.org> -grantlee-0.1.9.ebuild, + -grantlee-0.2.0.ebuild: + Remove old. 12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> grantlee-0.3.0.ebuild: Stable for ppc, wrt bug #461098 diff --git a/dev-libs/grantlee/grantlee-0.1.9.ebuild b/dev-libs/grantlee/grantlee-0.1.9.ebuild deleted file mode 100644 index bc98a3ca15e7..000000000000 --- a/dev-libs/grantlee/grantlee-0.1.9.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.1.9.ebuild,v 1.7 2013/03/02 19:59:53 hwoarang Exp $ - -EAPI=4 - -inherit cmake-utils - -DESCRIPTION="C++ string template engine based on the Django template system" -HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home" -SRC_URI="http://www.loegria.net/grantlee/${P}.tar.gz" - -LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86" -SLOT="0" -IUSE="debug doc test" - -COMMON_DEPEND=" - >=dev-qt/qtcore-4.5.0:4 - >=dev-qt/qtgui-4.5.0:4 - >=dev-qt/qtscript-4.5.0:4 -" -DEPEND="${COMMON_DEPEND} - doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) ) - test? ( >=dev-qt/qttest-4.5.0:4 ) -" -RDEPEND="${COMMON_DEPEND}" - -DOCS=(AUTHORS CHANGELOG GOALS README) - -# Some tests fail -RESTRICT="test" - -PATCHES=( "${FILESDIR}/${P}-qt-test-optional.patch" ) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build test TESTS) - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - use doc && cmake-utils_src_compile docs -} - -src_install() { - use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidox/") - - cmake-utils_src_install -} diff --git a/dev-libs/grantlee/grantlee-0.2.0.ebuild b/dev-libs/grantlee/grantlee-0.2.0.ebuild deleted file mode 100644 index 8ca6de9e4f5e..000000000000 --- a/dev-libs/grantlee/grantlee-0.2.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/grantlee/grantlee-0.2.0.ebuild,v 1.5 2013/03/02 19:59:53 hwoarang Exp $ - -EAPI=4 - -QT_MINIMAL="4.5.0" -inherit cmake-utils - -DESCRIPTION="C++ string template engine based on the Django template system" -HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home" -SRC_URI="http://www.loegria.net/grantlee/${P}.tar.gz" - -LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86" -SLOT="0" -IUSE="debug doc test" - -COMMON_DEPEND=" - >=dev-qt/qtcore-${QT_MINIMAL}:4 - >=dev-qt/qtgui-${QT_MINIMAL}:4 - >=dev-qt/qtscript-${QT_MINIMAL}:4 -" -DEPEND="${COMMON_DEPEND} - doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) ) - test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 ) -" -RDEPEND="${COMMON_DEPEND}" - -DOCS=(AUTHORS CHANGELOG GOALS README) - -# Some tests fail -RESTRICT="test" - -PATCHES=( "${FILESDIR}/${PN}-0.1.9-qt-test-optional.patch" ) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build test TESTS) - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - use doc && cmake-utils_src_compile docs -} - -src_install() { - use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidox/") - - cmake-utils_src_install -} |