Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481702 - app-misc/screenfetch-3.0.5 version bump
Summary: app-misc/screenfetch-3.0.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-08-19 22:45 UTC by Ari Malinen
Modified: 2013-08-30 23:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
screenfetch-3.0.5.ebuild (screenfetch-3.0.5.ebuild,553 bytes, text/plain)
2013-08-19 22:45 UTC, Ari Malinen
Details
screenfetch-9999.ebuild (screenfetch-9999.ebuild,610 bytes, text/plain)
2013-08-19 22:46 UTC, Ari Malinen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ari Malinen 2013-08-19 22:45:46 UTC
Created attachment 356462 [details]
screenfetch-3.0.5.ebuild

I updated screenfetch ebuild to newest version.
Comment 1 Ari Malinen 2013-08-19 22:46:19 UTC
Created attachment 356464 [details]
screenfetch-9999.ebuild

I also include live ebuild.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-20 13:35:40 UTC
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
 }
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2013-08-30 23:53:02 UTC
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
+