diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 18:25:49 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 18:25:49 +0000 |
commit | c8c81cbc68c4aaf56a5e559f4a0a09f62ab9ec72 (patch) | |
tree | 4b461ac627b2dbebdfbd607323cbd927773a6c6a /kde-base/umbrello | |
parent | Bump shiny new KDE 4.2.0 (diff) | |
download | gentoo-2-c8c81cbc68c4aaf56a5e559f4a0a09f62ab9ec72.tar.gz gentoo-2-c8c81cbc68c4aaf56a5e559f4a0a09f62ab9ec72.tar.bz2 gentoo-2-c8c81cbc68c4aaf56a5e559f4a0a09f62ab9ec72.zip |
Bump shiny new KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/umbrello')
-rw-r--r-- | kde-base/umbrello/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/umbrello/umbrello-4.2.0.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/umbrello/ChangeLog b/kde-base/umbrello/ChangeLog index 2577009a40dc..0e79c1c816c4 100644 --- a/kde-base/umbrello/ChangeLog +++ b/kde-base/umbrello/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/umbrello # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/ChangeLog,v 1.101 2009/01/14 16:10:53 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/ChangeLog,v 1.102 2009/01/27 18:25:49 alexxy Exp $ + +*umbrello-4.2.0 (27 Jan 2009) + + 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +umbrello-4.2.0.ebuild: + Bump KDE-4.2.0 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -umbrello-4.1.2.ebuild, -umbrello-4.1.3.ebuild: diff --git a/kde-base/umbrello/umbrello-4.2.0.ebuild b/kde-base/umbrello/umbrello-4.2.0.ebuild new file mode 100644 index 000000000000..8c86f1f180aa --- /dev/null +++ b/kde-base/umbrello/umbrello-4.2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/umbrello-4.2.0.ebuild,v 1.1 2009/01/27 18:25:49 alexxy Exp $ + +EAPI="2" + +KMNAME="kdesdk" +inherit kde4-meta + +DESCRIPTION="KDE: Umbrello UML Modeller" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +COMMONDEPEND="dev-libs/boost + dev-libs/libxml2 + dev-libs/libxslt" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND}" |