Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 293783 Details for
Bug 391923
app-office/charm-1.5.2 - Charm time tracking application
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild file for app-office/charm-1.5.2
charm-1.5.2.ebuild (text/plain), 1.64 KB, created by
Katrina Niolet
on 2011-11-26 00:04:33 UTC
(
hide
)
Description:
ebuild file for app-office/charm-1.5.2
Filename:
MIME Type:
Creator:
Katrina Niolet
Created:
2011-11-26 00:04:33 UTC
Size:
1.64 KB
patch
obsolete
># Copyright 1999-2011 Klaralvdalens Datakonsult AB ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > > >EAPI=3 >inherit cmake-utils git-2 > >#General information >LICENSE="GPL2" >DESCRIPTION="Charm time tracking application" >IUSE="idledetection package timesheettools debug" >HOMEPAGE="http://github.com/KDAB/Charm" >KEYWORDS="amd64 x86 ~arm ~ppc ~ia64" >LICENSE="GPL-2" > >#Source location >EGIT_REPO_URI="git://github.com/KDAB/Charm.git" >EGIT_COMMIT=${PVR} > >#These make creating new ebuilds much easier >MIN_QT_VERSION="4.6.3" >MIN_CMAKE_VERSION_BUILD="2.6" >#Creating distributable packages requires a new cmake >MIN_CMAKE_VERSION_PACKAGE="2.8.4" > >#Setup CMake >WANT_CMAKE="${WANT_CMAKE:-always}" >CMAKE_MIN_VERSION=${MIN_CMAKE_VERSION_BUILD} >if use package ; then > CMAKE_MIN_VERSION=${MIN_CMAKE_VERSION_PACKAGE} >fi >CMAKE_BUILD_DIR="${WORKDIR}/${P}/build" >CMAKE_IN_SOURCE_BUILD="disable" > > >RDEPEND=">=x11-libs/qt-core-${MIN_QT_VERSION} > >=x11-libs/qt-gui-${MIN_QT_VERSION} > >=x11-libs/qt-sql-${MIN_QT_VERSION} > idledetection? ( x11-libs/libXScrnSaver ) > timesheettools? ( dev-db/mysql dev-db/mysql-connector-c++ ) > " >DEPEND="${DEPEND} > >=dev-util/cmake-${CMAKE_MIN_VERSION} > " > >SLOT="152" > >src_configure() { > > if use debug ; then > CMAKE_BUILD_TYPE="Debug" > else > CMAKE_BUILD_TYPE="Release" > fi > > cmake-utils_use timesheettools CHARM_TIMESHEET_TOOLS > cmake-utils_use idledetection CHARM_IDLE_DETECTION > > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_compile >} > >src_test() { > cmake-utils_src_test >} > >src_install() { > cmake-utils_src_install > dodoc License.txt ReadMe.txt > doicon ../Charm/Icons/Charm-256x256.png > domenu ../Charm/Charm.desktop >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 391923
:
293783
|
293877
|
293879
|
321000