diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 00:46:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 00:46:57 +0000 |
commit | 424508b3fc5828c74a706abde03a80d3aa7863c4 (patch) | |
tree | 4c5ccb21a0345b372c287a6a0defe22bc951647d /x11-themes/qinx | |
parent | Use doins rather than cp yo install the icons. (diff) | |
download | historical-424508b3fc5828c74a706abde03a80d3aa7863c4.tar.gz historical-424508b3fc5828c74a706abde03a80d3aa7863c4.tar.bz2 historical-424508b3fc5828c74a706abde03a80d3aa7863c4.zip |
Add ~x86-fbsd keyword, and remove arts useflag.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'x11-themes/qinx')
-rw-r--r-- | x11-themes/qinx/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/qinx/files/digest-qinx-1.4 | 2 | ||||
-rw-r--r-- | x11-themes/qinx/qinx-1.4.ebuild | 6 |
3 files changed, 10 insertions, 3 deletions
diff --git a/x11-themes/qinx/ChangeLog b/x11-themes/qinx/ChangeLog index 1cb753b62f0e..4a13853d6f76 100644 --- a/x11-themes/qinx/ChangeLog +++ b/x11-themes/qinx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/qinx # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/ChangeLog,v 1.31 2006/09/05 21:50:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/ChangeLog,v 1.32 2006/11/28 00:46:57 flameeyes Exp $ + + 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> qinx-1.4.ebuild: + Add ~x86-fbsd keyword, and remove arts useflag. 05 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> qinx-1.4.ebuild: Stable on sparc diff --git a/x11-themes/qinx/files/digest-qinx-1.4 b/x11-themes/qinx/files/digest-qinx-1.4 index 924dc0d949d3..68c55433c641 100644 --- a/x11-themes/qinx/files/digest-qinx-1.4 +++ b/x11-themes/qinx/files/digest-qinx-1.4 @@ -1 +1,3 @@ MD5 316956de0067e3560e89ac02a7e863b8 qinx-1.4.tar.bz2 383043 +RMD160 5aac207b326e15e1728963be15dc87e15e174ee6 qinx-1.4.tar.bz2 383043 +SHA256 e4b5fd07b4504862ddd2856164686153bbaca538c88b0bd414ee3a8b719d6105 qinx-1.4.tar.bz2 383043 diff --git a/x11-themes/qinx/qinx-1.4.ebuild b/x11-themes/qinx/qinx-1.4.ebuild index 9494a9197696..c6ae2f6da7cd 100644 --- a/x11-themes/qinx/qinx-1.4.ebuild +++ b/x11-themes/qinx/qinx-1.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/qinx-1.4.ebuild,v 1.8 2006/09/05 21:50:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/qinx-1.4.ebuild,v 1.9 2006/11/28 00:46:57 flameeyes Exp $ + +ARTS_REQUIRED="never" inherit kde @@ -10,7 +12,7 @@ HOMEPAGE="http://www.usermode.org/code.html" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha ~amd64 ia64 -ppc sparc x86" +KEYWORDS="alpha ~amd64 ia64 -ppc sparc x86 ~x86-fbsd" IUSE="" DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.2 )" |