Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82759 - x11-apps/amlc - Another Modeline Calculator (new ebuild)
Summary: x11-apps/amlc - Another Modeline Calculator (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Samuli Suominen (RETIRED)
URL: http://amlc.berlios.de
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-02-20 21:25 UTC by Ken Garland
Modified: 2007-04-23 12:42 UTC (History)
1 user (show)

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


Attachments
amlc-0.5.1.ebuild (amlc-0.5.1.ebuild,592 bytes, text/plain)
2005-02-20 21:26 UTC, Ken Garland
Details
amlc-0.5.1.ebuild (Updated and cleaned..) (amlc-0.5.1.ebuild,550 bytes, text/plain)
2006-05-06 15:36 UTC, Samuli Suominen (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Garland 2005-02-20 21:25:42 UTC
This program should be put in portage. Allows user to fetch modelines and create custom ones based on very little information. Great tool.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




S=${WORKDIR}
DESCRIPTION="Another Modeline Calculator. Generates high quality XFree86/Xorg
X11 monitor configs easily. Not based on GTF."
HOMEPAGE="http://delenn.tky.hut.fi/amlc/"
SRC_URI="http://delenn.tky.hut.fi/amlc/${P}.cpp"

LICENSE="GPL-2"
SLOT="0"
# Works on any standards-compliant C++ compiler, on any platform, but only
# tested on the following on latest GCC and x86 with ICC as well.
KEYWORDS="x86 mips alpha amd64"
IUSE=""

src_unpack() {
        cp ${DISTDIR}/${P}.cpp ${S}
}

src_compile() {
        g++ ${S}/${P}.cpp -o amlc -Os -Wall -pedantic ${CXXFLAGS}
}

src_install() {
        dobin amlc
}
Comment 1 Ken Garland 2005-02-20 21:26:33 UTC
Created attachment 51750 [details]
amlc-0.5.1.ebuild
Comment 2 fctk86 2005-08-16 06:21:36 UTC
why it isn't in portage yet?
Comment 3 fctk86 2006-04-16 06:46:40 UTC
URL has changed from http://delenn.tky.hut.fi/amlc/ to http://delenn.homelinux.net/amlc/
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2006-05-06 15:36:58 UTC
Created attachment 86319 [details]
amlc-0.5.1.ebuild (Updated and cleaned..)

(Side comment: I'd be intrested of maintaining this.)
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2006-06-19 10:00:02 UTC
Modified ebuild is now in Sunrise overlay, 

http://gentoo-sunrise.org/svn/sunrise/x11-apps/amlc