diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-09 18:51:55 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-09 18:51:55 +0000 |
commit | f628ec4cc4527da83dccc85f2cc7e66f62ba02a9 (patch) | |
tree | 2886286150b31cdcc2702dff40fa2e62ab529494 /xfce-extra/xfce4-smartbookmark | |
parent | Stable for HPPA (bug #169987). (diff) | |
download | gentoo-2-f628ec4cc4527da83dccc85f2cc7e66f62ba02a9.tar.gz gentoo-2-f628ec4cc4527da83dccc85f2cc7e66f62ba02a9.tar.bz2 gentoo-2-f628ec4cc4527da83dccc85f2cc7e66f62ba02a9.zip |
Fix default URL from bugs.debian.org to bugs.gentoo.org as pointed out by angelos at #gentoo-xfce.
(Portage version: 2.1.2.2)
Diffstat (limited to 'xfce-extra/xfce4-smartbookmark')
-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 +} |