diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-14 15:19:51 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-14 15:19:51 +0000 |
commit | 6f23634b7ca4080026f060ffffd7c1196012a1eb (patch) | |
tree | 1b2342c0b9682407767f4c160b41916b8f7e9810 /kde-base/konq-plugins | |
parent | Drop KDE 4.1.2 and 4.1.3 (diff) | |
download | gentoo-2-6f23634b7ca4080026f060ffffd7c1196012a1eb.tar.gz gentoo-2-6f23634b7ca4080026f060ffffd7c1196012a1eb.tar.bz2 gentoo-2-6f23634b7ca4080026f060ffffd7c1196012a1eb.zip |
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/konq-plugins')
-rw-r--r-- | kde-base/konq-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/konq-plugins/konq-plugins-4.1.3.ebuild | 36 |
2 files changed, 5 insertions, 37 deletions
diff --git a/kde-base/konq-plugins/ChangeLog b/kde-base/konq-plugins/ChangeLog index bb3291adefc5..1216120ab9e3 100644 --- a/kde-base/konq-plugins/ChangeLog +++ b/kde-base/konq-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/konq-plugins # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.96 2009/01/04 15:11:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.97 2009/01/14 15:19:51 alexxy Exp $ + + 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> + -konq-plugins-4.1.3.ebuild: + Drop KDE 4.1.2 and 4.1.3 04 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org> konq-plugins-4.1.3.ebuild: diff --git a/kde-base/konq-plugins/konq-plugins-4.1.3.ebuild b/kde-base/konq-plugins/konq-plugins-4.1.3.ebuild deleted file mode 100644 index 11480b33ce55..000000000000 --- a/kde-base/konq-plugins/konq-plugins-4.1.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/konq-plugins-4.1.3.ebuild,v 1.4 2009/01/04 15:11:54 scarabeus Exp $ - -EAPI="2" - -KDE_LINGUAS="af ar be bg bn br ca cs cy da de el en_GB eo es et eu fa fi fr fy -ga gl he hi hr hu is it ja kk km ko ku lt lv mk ml ms nds ne nl nn oc pa pl -pt pt_BR ro ru se sk sl sv ta tg th tr uk uz vi xh zh_CN zh_TW" -NEED_KDE="4.1" -inherit kde4-base - -DESCRIPTION="Various plugins for konqueror" -HOMEPAGE="htts://kde.org/" -SRC_URI="mirror://kde/stable/${PV}/${KDE_PV}src/extragear/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug htmlhandbook" - -RDEPEND="kde-base/konqueror:${SLOT}" -DEPEND="${RDEPEND}" - -src_prepare() { - # dont bother with translations since there is trans only for few of them. - sed -i \ - -e "s:add_subdirectory( doc-translations ):#nada:g" \ - CMakeLists.txt || die "sed doc-trans failed" - if ! use htmlhandbook; then - sed -i \ - -e "s:macro_optional_add_subdirectory(doc):#nada:g" \ - -e "s:add_subdirectory( doc ):#nada:g" \ - CMakeLists.txt || die "sed doc failed" - fi - kde4-meta_src_prepare -} |