summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-04-13 18:18:12 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-04-13 18:18:12 +0000
commit108bdf4ed80c310c7b33fb031b3c8b2fe5919b8a (patch)
tree29ef71a9183303e889665a07db1675911a4e0d99 /kde-base/umbrello/umbrello-3.5.6-r1.ebuild
parentFix the stupid mirror problem, remove the "wrong" release (023.043) and add t... (diff)
downloadhistorical-108bdf4ed80c310c7b33fb031b3c8b2fe5919b8a.tar.gz
historical-108bdf4ed80c310c7b33fb031b3c8b2fe5919b8a.tar.bz2
historical-108bdf4ed80c310c7b33fb031b3c8b2fe5919b8a.zip
Added a patch as per bug 171328.
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'kde-base/umbrello/umbrello-3.5.6-r1.ebuild')
-rw-r--r--kde-base/umbrello/umbrello-3.5.6-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/umbrello/umbrello-3.5.6-r1.ebuild b/kde-base/umbrello/umbrello-3.5.6-r1.ebuild
new file mode 100644
index 000000000000..fac5f7e0ecd5
--- /dev/null
+++ b/kde-base/umbrello/umbrello-3.5.6-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/umbrello/umbrello-3.5.6-r1.ebuild,v 1.1 2007/04/13 18:18:12 philantrop Exp $
+
+KMNAME=kdesdk
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="KDE: Umbrello UML Modeller"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="kdehiddenvisibility"
+
+src_unpack() {
+ kde-meta_src_unpack
+
+ # Patch to fix bug 171328
+ epatch ${FILESDIR}/umbrello-diagram-fix.diff
+}