Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 263449

Summary: app-misc/granule-1.4.0 version bump (made an ebuild)
Product: Gentoo Linux Reporter: 白川間瀬流 <vamp898>
Component: New packagesAssignee: Christoph Mende (RETIRED) <angelos>
Status: VERIFIED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: granule-1.4.0.ebuild

Description 白川間瀬流 2009-03-23 07:11:17 UTC
Granule 1.4.0 with a lot of new features is already released, plz update

Reproducible: Always

Steps to Reproduce:
Comment 1 白川間瀬流 2009-04-12 20:39:16 UTC
i made an ebuild for this =) upload it as attachment
Comment 2 白川間瀬流 2009-04-12 20:39:37 UTC
Created attachment 188126 [details]
granule-1.4.0.ebuild
Comment 3 白川間瀬流 2009-04-12 20:57:30 UTC
Comment on attachment 188126 [details]
granule-1.4.0.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

DESCRIPTION="A flashcard program that implements Leitner cardfile methodology"
HOMEPAGE="http://granule.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-7.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""

RDEPEND=">=dev-cpp/gtkmm-2.4.1
        >=dev-cpp/libassa-3.5.0
        x11-libs/gtk+
        dev-cpp/glibmm
        >=dev-libs/libsigc++-2.0
        x11-libs/pango
        dev-libs/glib
        dev-libs/libxml2"
DEPEND="${RDEPEND}
        sys-devel/gettext
        dev-util/intltool
        dev-util/pkgconfig"

src_compile() {
        cd ${P}-7
        ./configure
        make
}
src_install() {
        cd ${P}-7
        make DESTDIR="${D}" install || die
        dodoc AUTHORS ChangeLog NEWS README
}
Comment 4 白川間瀬流 2009-04-12 21:00:01 UTC
I reopen a new bugreport cause this is not just an version bump