Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74644 - new ebuild for yarssr (a kde/gnome system tray rss aggregator)
Summary: new ebuild for yarssr (a kde/gnome system tray rss aggregator)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Lowest enhancement
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-12-16 10:04 UTC by Steve Dibb (RETIRED)
Modified: 2006-10-24 21:19 UTC (History)
2 users (show)

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


Attachments
yarssr-0.2.2.ebuild (yarssr-0.2.2.ebuild,637 bytes, text/plain)
2006-03-23 05:03 UTC, Michael Zanetta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Dibb (RETIRED) gentoo-dev 2004-12-16 10:04:26 UTC
Okay this is my first ebuild so go easy on me. :)

-- Steve

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Yet Another RSS Reader - A KDE/Gnome system tray rss aggregator"
HOMEPAGE="http://${PN}.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
RESTRICT="nomirror"

SLOT="0"
KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""

RDEPEND="dev-perl/XML-RSS
    dev-perl/gtk2-trayicon
    dev-perl/gtk2-gladexml
    dev-perl/gnome2-vfs-perl
    >=dev-perl/gnome2-perl-0.94"

DEPEND=""

DOCS="ChangeLog Makefile TODO INSTALL README"

src_unpack
src_install() {
    make DESTDIR=${D}
    make DESTDIR=${D} install
    dodoc ${DOCS}
}
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2004-12-16 10:15:20 UTC
Whoops, I meant to have that be ~x86, not x86
Comment 2 Michael Zanetta 2006-03-23 05:03:02 UTC
Created attachment 82934 [details]
yarssr-0.2.2.ebuild

Added dependency for Locale-gettext
Comment 3 Steve Dibb (RETIRED) gentoo-dev 2006-10-24 09:53:10 UTC
The Makefile on this thing needs to be fixed.
Comment 4 Steve Dibb (RETIRED) gentoo-dev 2006-10-24 21:19:16 UTC
Committed to CVS ... finally. :)