diff options
Diffstat (limited to 'app-xemacs/speedbar')
-rw-r--r-- | app-xemacs/speedbar/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/speedbar/speedbar-1.29.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/app-xemacs/speedbar/ChangeLog b/app-xemacs/speedbar/ChangeLog index f64d9130666d..8560b4e34f20 100644 --- a/app-xemacs/speedbar/ChangeLog +++ b/app-xemacs/speedbar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/speedbar -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/speedbar/ChangeLog,v 1.15 2008/03/19 20:04:18 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/speedbar/ChangeLog,v 1.16 2010/02/10 21:18:46 graaff Exp $ + +*speedbar-1.29 (10 Feb 2010) + + 10 Feb 2010; Hans de Graaff <graaff@gentoo.org> +speedbar-1.29.ebuild: + Version bump. 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/speedbar/speedbar-1.29.ebuild b/app-xemacs/speedbar/speedbar-1.29.ebuild new file mode 100644 index 000000000000..84932b100b54 --- /dev/null +++ b/app-xemacs/speedbar/speedbar-1.29.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/speedbar/speedbar-1.29.ebuild,v 1.1 2010/02/10 21:18:46 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Provides a separate frame with convenient references." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/edebug +app-xemacs/cedet-common +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |