diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 20:19:20 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 20:19:20 +0000 |
commit | 58a7aea6ab5b5e3c119c88073f0a7456010a34c8 (patch) | |
tree | d177249685fd3b8e005540157d51eb4c7bc78e44 /kde-base/kdenetwork | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | historical-58a7aea6ab5b5e3c119c88073f0a7456010a34c8.tar.gz historical-58a7aea6ab5b5e3c119c88073f0a7456010a34c8.tar.bz2 historical-58a7aea6ab5b5e3c119c88073f0a7456010a34c8.zip |
Make support for hidden visibility explicit.
Package-Manager: portage-2.1.2_rc2-r3
Diffstat (limited to 'kde-base/kdenetwork')
-rw-r--r-- | kde-base/kdenetwork/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kdenetwork/ChangeLog b/kde-base/kdenetwork/ChangeLog index cf0b1353ba3a..9f552197897f 100644 --- a/kde-base/kdenetwork/ChangeLog +++ b/kde-base/kdenetwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdenetwork # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.230 2006/11/25 04:51:42 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.231 2006/12/01 19:10:05 flameeyes Exp $ + + 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> + kdenetwork-3.5.2.ebuild, kdenetwork-3.5.5-r1.ebuild: + Make support for hidden visibility explicit. 25 Nov 2006; Charlie Shepherd <masterdriverz@gentoo.org> kdenetwork-3.5.5-r1.ebuild: diff --git a/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild index b66852212c3f..d2882c58d903 100644 --- a/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild +++ b/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild,v 1.17 2006/11/12 21:11:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.2.ebuild,v 1.18 2006/12/01 19:10:05 flameeyes Exp $ inherit kde-dist eutils flag-o-matic DESCRIPTION="KDE network apps: kopete, kppp, kget..." KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="rdesktop sametime slp ssl wifi" +IUSE="kdehiddenvisibility rdesktop sametime slp ssl wifi" BOTH_DEPEND="~kde-base/kdebase-${PV} dev-libs/libxslt diff --git a/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild index f877d95064b4..b83268dd4b3f 100644 --- a/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild +++ b/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.9 2006/11/25 04:51:42 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.10 2006/12/01 19:10:05 flameeyes Exp $ inherit kde-dist eutils flag-o-matic DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..." KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86" -IUSE="rdesktop sametime slp ssl wifi jingle" +IUSE="jingle kdehiddenvisibility rdesktop sametime slp ssl wifi" SRC_URI="${SRC_URI} mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2" |