diff options
author | 2008-10-21 11:07:09 +0000 | |
---|---|---|
committer | 2008-10-21 11:07:09 +0000 | |
commit | 88cf7179ed5d37dcd66a851ddc7e3ebc6985b0cf (patch) | |
tree | 636be58bc4ee1a99c134213299a152c16a57a01c /kde-base/kimagemapeditor | |
parent | Removing KDE-4.0.X packages now that 4.1.2 was put in the tree. (diff) | |
download | gentoo-2-88cf7179ed5d37dcd66a851ddc7e3ebc6985b0cf.tar.gz gentoo-2-88cf7179ed5d37dcd66a851ddc7e3ebc6985b0cf.tar.bz2 gentoo-2-88cf7179ed5d37dcd66a851ddc7e3ebc6985b0cf.zip |
Removing KDE-4.0.X packages now that 4.1.2 was put in the tree.
Diffstat (limited to 'kde-base/kimagemapeditor')
-rw-r--r-- | kde-base/kimagemapeditor/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kimagemapeditor/kimagemapeditor-4.0.4.ebuild | 24 | ||||
-rw-r--r-- | kde-base/kimagemapeditor/kimagemapeditor-4.0.5.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/kde-base/kimagemapeditor/ChangeLog b/kde-base/kimagemapeditor/ChangeLog index de1c9d8e73ea..54d3b4ac8dc0 100644 --- a/kde-base/kimagemapeditor/ChangeLog +++ b/kde-base/kimagemapeditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kimagemapeditor # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kimagemapeditor/ChangeLog,v 1.88 2008/10/07 01:35:11 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimagemapeditor/ChangeLog,v 1.89 2008/10/21 11:07:09 jmbsvicetto Exp $ + + 21 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + -kimagemapeditor-4.0.4.ebuild, -kimagemapeditor-4.0.5.ebuild: + Removing KDE-4.0.X packages now that 4.1.2 was put in the tree. *kimagemapeditor-4.1.2 (07 Oct 2008) diff --git a/kde-base/kimagemapeditor/kimagemapeditor-4.0.4.ebuild b/kde-base/kimagemapeditor/kimagemapeditor-4.0.4.ebuild deleted file mode 100644 index 6fc504565c54..000000000000 --- a/kde-base/kimagemapeditor/kimagemapeditor-4.0.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kimagemapeditor/kimagemapeditor-4.0.4.ebuild,v 1.1 2008/05/15 23:45:30 ingmar Exp $ - -EAPI="1" - -KMNAME=kdewebdev -inherit kde4-meta - -DESCRIPTION="KDE web development - image map editor" -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://www.kde.org/" -IUSE="debug htmlhandbook tidy" - -DEPEND=" - tidy? ( app-text/htmltidy )" - -src_compile() { - mycmakeargs="${mycmakeargs} - -DWITH_quanta=OFF - $(cmake-utils_use_with tidy LibTidy)" - - kde4-meta_src_compile -} diff --git a/kde-base/kimagemapeditor/kimagemapeditor-4.0.5.ebuild b/kde-base/kimagemapeditor/kimagemapeditor-4.0.5.ebuild deleted file mode 100644 index 0308c6e22993..000000000000 --- a/kde-base/kimagemapeditor/kimagemapeditor-4.0.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kimagemapeditor/kimagemapeditor-4.0.5.ebuild,v 1.1 2008/06/05 21:51:29 keytoaster Exp $ - -EAPI="1" - -KMNAME=kdewebdev -inherit kde4-meta - -DESCRIPTION="KDE web development - image map editor" -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://www.kde.org/" -IUSE="debug htmlhandbook tidy" - -DEPEND=" - tidy? ( app-text/htmltidy )" - -src_compile() { - mycmakeargs="${mycmakeargs} - -DWITH_quanta=OFF - $(cmake-utils_use_with tidy LibTidy)" - - kde4-meta_src_compile -} |