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 }
Created attachment 51750 [details] amlc-0.5.1.ebuild
why it isn't in portage yet?
URL has changed from http://delenn.tky.hut.fi/amlc/ to http://delenn.homelinux.net/amlc/
Created attachment 86319 [details] amlc-0.5.1.ebuild (Updated and cleaned..) (Side comment: I'd be intrested of maintaining this.)
Modified ebuild is now in Sunrise overlay, http://gentoo-sunrise.org/svn/sunrise/x11-apps/amlc