diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 21:01:04 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 21:01:04 +0000 |
commit | cdba5d9f0ea909a1aa73352108def84beaac4114 (patch) | |
tree | b138e5bc6799350dc46be5154caf97ff0e5d8a9b /kde-base/kinfocenter | |
parent | Drop KDE 4.2.0 (diff) | |
download | historical-cdba5d9f0ea909a1aa73352108def84beaac4114.tar.gz historical-cdba5d9f0ea909a1aa73352108def84beaac4114.tar.bz2 historical-cdba5d9f0ea909a1aa73352108def84beaac4114.zip |
Drop KDE 4.2.0
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kinfocenter')
-rw-r--r-- | kde-base/kinfocenter/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kinfocenter/kinfocenter-4.2.0.ebuild | 30 |
2 files changed, 5 insertions, 31 deletions
diff --git a/kde-base/kinfocenter/ChangeLog b/kde-base/kinfocenter/ChangeLog index 754598672bc1..e91075def29f 100644 --- a/kde-base/kinfocenter/ChangeLog +++ b/kde-base/kinfocenter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kinfocenter # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.16 2009/03/08 13:44:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.17 2009/03/08 19:51:40 alexxy Exp $ + + 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> + -kinfocenter-4.2.0.ebuild: + Drop KDE 4.2.0 08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> kinfocenter-4.2.1.ebuild: diff --git a/kde-base/kinfocenter/kinfocenter-4.2.0.ebuild b/kde-base/kinfocenter/kinfocenter-4.2.0.ebuild deleted file mode 100644 index 0fb0fefc060d..000000000000 --- a/kde-base/kinfocenter/kinfocenter-4.2.0.ebuild +++ /dev/null @@ -1,30 +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/kinfocenter/kinfocenter-4.2.0.ebuild,v 1.2 2009/02/01 07:20:24 jmbsvicetto Exp $ - -EAPI="2" - -KMNAME="kdebase" -KMMODULE="apps/${PN}" -OPENGL_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="The KDE Info Center" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug htmlhandbook ieee1394" - -DEPEND="ieee1394? ( sys-libs/libraw1394 ) - opengl? ( virtual/glu virtual/opengl )" -RDEPEND="${DEPEND} - sys-apps/pciutils - sys-apps/usbutils" - -KMEXTRACTONLY="apps/cmake/modules/" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with ieee1394 RAW1394) - $(cmake-utils_use_with opengl OpenGL)" - - kde4-meta_src_configure -} |