diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-21 04:39:23 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-21 04:39:23 +0000 |
commit | fdb4e43e2207faccbd490b1a4c2afdfcdffb7d54 (patch) | |
tree | 1e47c6866478a8e1be3c11dca429314241b0be97 /xfce-extra | |
parent | Marked ppc stable for bug #150978. (diff) | |
download | gentoo-2-fdb4e43e2207faccbd490b1a4c2afdfcdffb7d54.tar.gz gentoo-2-fdb4e43e2207faccbd490b1a4c2afdfcdffb7d54.tar.bz2 gentoo-2-fdb4e43e2207faccbd490b1a4c2afdfcdffb7d54.zip |
Adjust description and add more specific homepage.
(Portage version: 2.1.2-r10)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/terminal/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/terminal/terminal-0.2.6-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-extra/terminal/ChangeLog b/xfce-extra/terminal/ChangeLog index e80f9f02fb2b..b69f27f75b06 100644 --- a/xfce-extra/terminal/ChangeLog +++ b/xfce-extra/terminal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/terminal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.27 2007/02/04 17:39:17 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.28 2007/02/21 04:39:23 drac Exp $ + + 21 Feb 2007; Samuli Suominen <drac@gentoo.org> terminal-0.2.6-r1.ebuild: + Adjust description wrt bug 167821. *terminal-0.2.6-r1 (04 Feb 2007) diff --git a/xfce-extra/terminal/terminal-0.2.6-r1.ebuild b/xfce-extra/terminal/terminal-0.2.6-r1.ebuild index f03c8faa523b..39cbaab1d23b 100644 --- a/xfce-extra/terminal/terminal-0.2.6-r1.ebuild +++ b/xfce-extra/terminal/terminal-0.2.6-r1.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/terminal/terminal-0.2.6-r1.ebuild,v 1.1 2007/02/04 17:39:17 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.6-r1.ebuild,v 1.2 2007/02/21 04:39:23 drac Exp $ inherit xfce44 @@ -9,7 +9,8 @@ xfce44 MY_P="${P/t/T}" S="${WORKDIR}/${MY_P}" -DESCRIPTION="Terminal" +DESCRIPTION="Terminal for Xfce desktop environment, based on vte library." +HOMEPAGE="http://www.xfce.org/projects/terminal" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="dbus debug startup-notification doc" |