diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 11:31:33 +0000 |
commit | 88e434d9b94e7ed99863ecd4c9e46474bc7d6943 (patch) | |
tree | 45f71aa32c0dacbac18ff36e06524a928d885517 /kde-base/libksane | |
parent | old (diff) | |
download | historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.gz historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.bz2 historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.zip |
rm 4.3.5 and 4.4.4
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/libksane')
-rw-r--r-- | kde-base/libksane/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libksane/libksane-4.3.5.ebuild | 27 | ||||
-rw-r--r-- | kde-base/libksane/libksane-4.4.4.ebuild | 27 |
3 files changed, 5 insertions, 55 deletions
diff --git a/kde-base/libksane/ChangeLog b/kde-base/libksane/ChangeLog index 3545573081a7..b452b7644a0d 100644 --- a/kde-base/libksane/ChangeLog +++ b/kde-base/libksane/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libksane # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.56 2010/08/09 09:59:47 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.57 2010/08/09 11:31:07 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -libksane-4.3.5.ebuild, -libksane-4.4.4.ebuild: + rm 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> libksane-4.4.5.ebuild: diff --git a/kde-base/libksane/libksane-4.3.5.ebuild b/kde-base/libksane/libksane-4.3.5.ebuild deleted file mode 100644 index 932fc616b5ea..000000000000 --- a/kde-base/libksane/libksane-4.3.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.3.5.ebuild,v 1.5 2010/06/21 15:53:22 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdegraphics" -KMMODULE="libs/${PN}" -inherit kde4-meta - -DESCRIPTION="SANE Library interface for KDE" -HOMEPAGE="http://www.kipi-plugins.org" -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug" -LICENSE="LGPL-2" - -DEPEND=" - media-gfx/sane-backends -" -RDEPEND="${DEPEND}" - -src_install() { - insinto "${KDEDIR}"/share/apps/cmake/modules - doins "${S}"/cmake/modules/FindKSane.cmake - - kde4-meta_src_install -} diff --git a/kde-base/libksane/libksane-4.4.4.ebuild b/kde-base/libksane/libksane-4.4.4.ebuild deleted file mode 100644 index 2b2617046965..000000000000 --- a/kde-base/libksane/libksane-4.4.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.4.4.ebuild,v 1.4 2010/06/28 03:00:05 fauli Exp $ - -EAPI="3" - -KMNAME="kdegraphics" -KMMODULE="libs/${PN}" -inherit kde4-meta - -DESCRIPTION="SANE Library interface for KDE" -HOMEPAGE="http://www.kipi-plugins.org" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug" -LICENSE="LGPL-2" - -DEPEND=" - media-gfx/sane-backends -" -RDEPEND="${DEPEND}" - -src_install() { - insinto "${KDEDIR}"/share/apps/cmake/modules - doins "${S}"/cmake/modules/FindKSane.cmake - - kde4-meta_src_install -} |