Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263449 - app-misc/granule-1.4.0 version bump (made an ebuild)
Summary: app-misc/granule-1.4.0 version bump (made an ebuild)
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-23 07:11 UTC by 白川間瀬流
Modified: 2009-04-12 21:00 UTC (History)
0 users

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


Attachments
granule-1.4.0.ebuild (granule-1.4.0.ebuild,780 bytes, text/plain)
2009-04-12 20:39 UTC, 白川間瀬流
Details

Note You need to log in before you can comment on or make changes to this bug.
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