diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-08-22 16:15:55 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-08-22 16:15:55 +0000 |
commit | 102ad60738aaff9275205909616ac91114bbdf9f (patch) | |
tree | 7d53fae889367c9e26198838fb5466b6095e9e60 /x11-themes | |
parent | Proper credit (diff) | |
download | historical-102ad60738aaff9275205909616ac91114bbdf9f.tar.gz historical-102ad60738aaff9275205909616ac91114bbdf9f.tar.bz2 historical-102ad60738aaff9275205909616ac91114bbdf9f.zip |
Fixed BUG #59242. ~amd64
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-notif2/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gtk-engines-notif2/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild | 13 |
3 files changed, 17 insertions, 6 deletions
diff --git a/x11-themes/gtk-engines-notif2/ChangeLog b/x11-themes/gtk-engines-notif2/ChangeLog index 72f4b4660a85..0052c0487f1c 100644 --- a/x11-themes/gtk-engines-notif2/ChangeLog +++ b/x11-themes/gtk-engines-notif2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-notif2 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/ChangeLog,v 1.4 2004/06/24 23:31:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/ChangeLog,v 1.5 2004/08/22 16:15:55 kugelfang Exp $ + + 22 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> + gtk-engines-notif2-1.0.ebuild: + Added confitional gnuconfig_update on amd64. Fixed BUG #59242. Marked ~amd64 06 Feb 2004; Aron Griffis <agriffis@gentoo.org> gtk-engines-notif2-1.0.ebuild: diff --git a/x11-themes/gtk-engines-notif2/Manifest b/x11-themes/gtk-engines-notif2/Manifest index 8104cbeaaa60..baa6a0d1fbf5 100644 --- a/x11-themes/gtk-engines-notif2/Manifest +++ b/x11-themes/gtk-engines-notif2/Manifest @@ -1,4 +1,4 @@ -MD5 21d9498b3dc625beb6e885ebbf54774e gtk-engines-notif2-1.0.ebuild 639 -MD5 97d77c3679a8e530a1216a0eb799f0f5 ChangeLog 605 +MD5 6ec8d628abaf09628a565fb1b47e2231 ChangeLog 771 +MD5 a5d0b13645197dc5b9733e81ff2cd584 gtk-engines-notif2-1.0.ebuild 746 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 75f60267e32e89d77e6fea38ca784364 files/digest-gtk-engines-notif2-1.0 63 diff --git a/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild b/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild index d9ea456f971f..52a2aa1a5127 100644 --- a/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild +++ b/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild,v 1.6 2004/06/24 23:31:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild,v 1.7 2004/08/22 16:15:55 kugelfang Exp $ -inherit gtk-engines2 +inherit gtk-engines2 gnuconfig IUSE="" DESCRIPTION="GTK+1 Notif2 Theme Engine" HOMEPAGE="http://themes.freshmeat.net/projects/notif210/" SRC_URI="http://download.freshmeat.net/themes/notif210/notif210-1.2.tar.gz" -KEYWORDS="x86 alpha ppc" +KEYWORDS="x86 alpha ppc ~amd64" LICENSE="GPL-2" SLOT="1" @@ -16,6 +16,13 @@ DEPEND="=x11-libs/gtk+-1.2*" S=${WORKDIR}/notif2-${PV} +src_unpack() { + unpack ${A} + if [[ ${ARCH} == "amd64" ]]; then + gnuconfig_update + fi +} + src_install() { einstall || die dodoc README INSTALL ChangeLog AUTHORS COPYING |