Created attachment 356462 [details] screenfetch-3.0.5.ebuild I updated screenfetch ebuild to newest version.
Created attachment 356464 [details] screenfetch-9999.ebuild I also include live ebuild.
Comment on attachment 356462 [details] screenfetch-3.0.5.ebuild --- screenfetch-2.9.0.ebuild 2013-06-02 22:41:37.000000000 +0200 +++ - 2013-08-20 15:35:17.465459446 +0200 @@ -1,29 +1,25 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screenfetch/screenfetch-2.9.0.ebuild,v 1.1 2013/06/02 20:41:37 hwoarang Exp $ +# $Header: $ EAPI=4 MY_PN="${PN/f/F}" DESCRIPTION="A Bash Screenshot Information Tool" HOMEPAGE="https://github.com/KittyKatt/screenFetch" -SRC_URI="http://github.com/KittyKatt/${MY_PN}/zipball/v${PV} -> ${P}.zip" +SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="app-arch/unzip" RDEPEND="media-gfx/scrot x11-apps/xdpyinfo" -GIT_HASH="41673d6" -S="${WORKDIR}"/KittyKatt-${MY_PN}-${GIT_HASH} - src_install() { dobin ${PN}-dev - # also known as screenfetch dosym ${PN}-dev /usr/bin/${PN} dodoc CHANGELOG README.mkdn TODO }
Hi, Thank you both but I have to fix a couple of things in your ebuilds. I committed 3.0.5 and 9999 using a single ebuild for both releases and live builds. Thanks +*screenfetch-9999 (30 Aug 2013) +*screenfetch-3.0.5 (30 Aug 2013) + + 30 Aug 2013; Markos Chandras <hwoarang@gentoo.org> +screenfetch-3.0.5.ebuild, + +screenfetch-9999.ebuild: + Version bump. Bug #481702. Thanks to Ari Malinen and Jeroen Roovers +