diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-21 11:36:59 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-21 11:36:59 +0000 |
commit | c08d23536d8d9b47a100d021f23c23849e2987d0 (patch) | |
tree | e625e75a978579d817d437e70129a9484b175707 /kde-base/kimagemapeditor | |
parent | Initial import. Thanks rajkrish (bug #140840) for his work. (diff) | |
download | historical-c08d23536d8d9b47a100d021f23c23849e2987d0.tar.gz historical-c08d23536d8d9b47a100d021f23c23849e2987d0.tar.bz2 historical-c08d23536d8d9b47a100d021f23c23849e2987d0.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 -} |