diff options
-rw-r--r-- | xfce-extra/xfce4-smartbookmark/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-smartbookmark/ChangeLog b/xfce-extra/xfce4-smartbookmark/ChangeLog index a3db7853567b..990486fad6fa 100644 --- a/xfce-extra/xfce4-smartbookmark/ChangeLog +++ b/xfce-extra/xfce4-smartbookmark/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-smartbookmark # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark/ChangeLog,v 1.10 2007/03/09 18:37:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark/ChangeLog,v 1.11 2007/03/09 18:51:55 drac Exp $ + + 09 Mar 2007; Samuli Suominen <drac@gentoo.org> + xfce4-smartbookmark-0.4.2.ebuild: + Fix default URL from bugs.debian.org to bugs.gentoo.org as pointed out by + angelos at #gentoo-xfce. 09 Mar 2007; Jeroen Roovers <jer@gentoo.org> xfce4-smartbookmark-0.4.2.ebuild: diff --git a/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild b/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild index 5712abf6db4f..fc8149dc0636 100644 --- a/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild +++ b/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild,v 1.10 2007/03/09 18:37:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild,v 1.11 2007/03/09 18:51:55 drac Exp $ inherit xfce44 @@ -10,3 +10,8 @@ xfce44_goodies_panel_plugin DESCRIPTION="Xfce panel smart-bookmark plugin" KEYWORDS="~amd64 hppa ~ppc ~ppc64 sparc x86" + +src_unpack() { + unpack ${A} + sed -i -e 's:bugs.debian:bugs.gentoo:g' "${S}"/src/smartbookmark.c +} |