summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-21 11:07:09 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-21 11:07:09 +0000
commit88cf7179ed5d37dcd66a851ddc7e3ebc6985b0cf (patch)
tree636be58bc4ee1a99c134213299a152c16a57a01c /kde-base/kimagemapeditor
parentRemoving KDE-4.0.X packages now that 4.1.2 was put in the tree. (diff)
downloadgentoo-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/ChangeLog6
-rw-r--r--kde-base/kimagemapeditor/kimagemapeditor-4.0.4.ebuild24
-rw-r--r--kde-base/kimagemapeditor/kimagemapeditor-4.0.5.ebuild24
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
-}