diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 01:00:26 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 01:00:26 +0000 |
commit | f686d2467a7476d6f7e4e96c572dbb576f08d25a (patch) | |
tree | a6a6f20b5bd3537c9619a7077ce07dd708b8f4ff /kde-base | |
parent | Added KDE 4.0.4 version of systemsettings. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-f686d2467a7476d6f7e4e96c572dbb576f08d25a.tar.gz historical-f686d2467a7476d6f7e4e96c572dbb576f08d25a.tar.bz2 historical-f686d2467a7476d6f7e4e96c572dbb576f08d25a.zip |
Added KDE 4.0.4 version of umbrello. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/umbrello/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/umbrello/umbrello-4.0.4.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/umbrello/ChangeLog b/kde-base/umbrello/ChangeLog index ddf6519aee54..524eb35dc403 100644 --- a/kde-base/umbrello/ChangeLog +++ b/kde-base/umbrello/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/umbrello # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/ChangeLog,v 1.87 2008/05/15 16:08:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/ChangeLog,v 1.88 2008/05/16 01:00:26 ingmar Exp $ + +*umbrello-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +umbrello-4.0.4.ebuild: + Added KDE 4.0.4 version of umbrello. Thanks to Jorge Manuel B. S. Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> umbrello-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/umbrello/umbrello-4.0.4.ebuild b/kde-base/umbrello/umbrello-4.0.4.ebuild new file mode 100644 index 000000000000..8509933975e4 --- /dev/null +++ b/kde-base/umbrello/umbrello-4.0.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/umbrello-4.0.4.ebuild,v 1.1 2008/05/16 01:00:26 ingmar Exp $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4-meta + +DESCRIPTION="KDE: Umbrello UML Modeller" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +COMMONDEPEND="dev-libs/libxml2 + dev-libs/libxslt" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND}" |