diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-05 00:24:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-05 00:24:53 +0000 |
commit | 7b3cdcf783395fdadb313597d161809a27e619fb (patch) | |
tree | cb1077b4353c92dcee0ae3645f34fa668fb7c74b | |
parent | Remove entries for removed pkgs like xfce4-xfapplet-plugin and some GTK+-1.2.... (diff) | |
download | gentoo-2-7b3cdcf783395fdadb313597d161809a27e619fb.tar.gz gentoo-2-7b3cdcf783395fdadb313597d161809a27e619fb.tar.bz2 gentoo-2-7b3cdcf783395fdadb313597d161809a27e619fb.zip |
Version bump.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
-rw-r--r-- | sys-apps/gscanbus/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/gscanbus/gscanbus-0.8.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/sys-apps/gscanbus/ChangeLog b/sys-apps/gscanbus/ChangeLog index afe60b5d8975..1ea892861484 100644 --- a/sys-apps/gscanbus/ChangeLog +++ b/sys-apps/gscanbus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/gscanbus -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/ChangeLog,v 1.10 2008/10/12 18:23:21 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/ChangeLog,v 1.11 2011/11/05 00:24:53 ssuominen Exp $ + +*gscanbus-0.8 (05 Nov 2011) + + 05 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> +gscanbus-0.8.ebuild: + Version bump. 12 Oct 2008; Raúl Porcel <armin76@gentoo.org> gscanbus-0.7.1.ebuild: sparc/x86 stable diff --git a/sys-apps/gscanbus/gscanbus-0.8.ebuild b/sys-apps/gscanbus/gscanbus-0.8.ebuild new file mode 100644 index 000000000000..e3f7baf5b23d --- /dev/null +++ b/sys-apps/gscanbus/gscanbus-0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/gscanbus-0.8.ebuild,v 1.1 2011/11/05 00:24:53 ssuominen Exp $ + +EAPI=4 + +DESCRIPTION="a little bus scanning, testing, and topology visualizing tool for the Linux IEEE1394 subsystem" +HOMEPAGE="http://gscanbus.berlios.de/" +SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="sys-libs/libraw1394 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS=( AUTHORS README TODO ) |