Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 375 - background changer... chbg-1.5.ebuild
Summary: background changer... chbg-1.5.ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Bruce A. Locke (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2002-01-27 19:18 UTC by bnl
Modified: 2002-11-06 00:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bnl 2002-01-27 19:18:44 UTC
# Copyright 2002
# <bnl@eecs.berkeley.edu>

S=${WORKDIR}/${P}
DESCRIPTION="X background changer"
SRC_URI="http://chbg.sourceforge.net/sw/${P}.tgz"
HOMEPAGE="http://chbg.sourceforge.net"

DEPEND=">=x11-base/xfree-4.1.0 virtual/glibc >=media-libs/libpng-1.0
        >=x11-libs/gtk+-1.2"

src_compile() {

        local myconf

        myconf="--disable-gnome --disable-eterm"
        ./configure ${myconf} --host=${CHOST} --prefix=/usr || die "Failed 
configure."
        emake || die "Failed to build package."

}

src_install() {

        dobin src/chbg
        insinto /usr/share/pixmaps
        doins chbg_64x64.xpm
        dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
        dodoc xscreensaver-howto.txt xscreensaver.txt

}
Comment 1 Bruce A. Locke (RETIRED) gentoo-dev 2002-02-28 22:25:23 UTC
The header on this ebuild assigning copyright to yourself and mentioning what
license this is under could be why no one has moved on this package yet...

Could you please clarify it?
Comment 2 Bruce A. Locke (RETIRED) gentoo-dev 2002-03-06 22:44:25 UTC
No word from author after a week+... marking as LATER and closing bug

Please resubmit if your interested in having the package added to gentoo
Comment 3 Bruce A. Locke (RETIRED) gentoo-dev 2002-11-06 00:04:33 UTC
Zombie bug.

The software is a gtk 1.x app that hasn't been maintained in over a year and
doesn't look like its worth the effort to package.  Unless someone wants to
contribute an updated version with a GPL header this is INVALID.