diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:47:25 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:47:25 +0000 |
commit | 2ef33cfd7a082de5fa2b8a37589edd2f02ee0933 (patch) | |
tree | 880dda025842e1cfd2f54d36ad73a4d8cfea5c88 /x11-misc | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-2ef33cfd7a082de5fa2b8a37589edd2f02ee0933.tar.gz gentoo-2-2ef33cfd7a082de5fa2b8a37589edd2f02ee0933.tar.bz2 gentoo-2-2ef33cfd7a082de5fa2b8a37589edd2f02ee0933.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/basqet/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/basqet/basqet-0.1.4.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/basqet/basqet-0.2.0.ebuild | 8 |
3 files changed, 14 insertions, 11 deletions
diff --git a/x11-misc/basqet/ChangeLog b/x11-misc/basqet/ChangeLog index 5f8f67f3d1bf..ba26476e2b2f 100644 --- a/x11-misc/basqet/ChangeLog +++ b/x11-misc/basqet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/basqet -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/ChangeLog,v 1.5 2012/05/08 21:34:02 kensington Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/ChangeLog,v 1.6 2013/03/02 23:47:25 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> basqet-0.1.4.ebuild, + basqet-0.2.0.ebuild: + Move Qt dependencies to the new category *basqet-0.2.0 (08 May 2012) @@ -30,4 +34,3 @@ 04 Nov 2009; Ben de Groot <yngwin@gentoo.org> +basqet-0.1.0.ebuild, +metadata.xml: Initial import. Ebuild by me. - diff --git a/x11-misc/basqet/basqet-0.1.4.ebuild b/x11-misc/basqet/basqet-0.1.4.ebuild index 593e601c08a1..043d1443e923 100644 --- a/x11-misc/basqet/basqet-0.1.4.ebuild +++ b/x11-misc/basqet/basqet-0.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.1.4.ebuild,v 1.1 2011/01/20 23:03:45 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.1.4.ebuild,v 1.2 2013/03/02 23:47:25 hwoarang Exp $ EAPI=3 @@ -15,8 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/qt-gui:4 - x11-libs/qt-xmlpatterns:4" +DEPEND="dev-qt/qtgui:4 + dev-qt/qtxmlpatterns:4" RDEPEND="${DEPEND}" src_prepare() { diff --git a/x11-misc/basqet/basqet-0.2.0.ebuild b/x11-misc/basqet/basqet-0.2.0.ebuild index 0ab7c89b7cfc..af499c32c274 100644 --- a/x11-misc/basqet/basqet-0.2.0.ebuild +++ b/x11-misc/basqet/basqet-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.2.0.ebuild,v 1.1 2012/05/08 21:34:02 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.2.0.ebuild,v 1.2 2013/03/02 23:47:25 hwoarang Exp $ EAPI=4 @@ -15,8 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4" +DEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4" RDEPEND="${DEPEND}" S=${WORKDIR}/release_${PV} |