From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-db/dbmodel/Manifest | 1 + dev-db/dbmodel/dbmodel-0.3.ebuild | 26 ++++++++++++++++++++++++++ dev-db/dbmodel/metadata.xml | 10 ++++++++++ 3 files changed, 37 insertions(+) create mode 100644 dev-db/dbmodel/Manifest create mode 100644 dev-db/dbmodel/dbmodel-0.3.ebuild create mode 100644 dev-db/dbmodel/metadata.xml (limited to 'dev-db/dbmodel') diff --git a/dev-db/dbmodel/Manifest b/dev-db/dbmodel/Manifest new file mode 100644 index 000000000000..bdd0b42f9ee1 --- /dev/null +++ b/dev-db/dbmodel/Manifest @@ -0,0 +1 @@ +DIST dbmodel-0.3.tar.gz 71581 SHA256 2e44e33690c1f290a7ed0cab86b51804fd09862332de1dae909149c9b1b1a6b2 SHA512 61c7b39bd57c1d6ff49961b35073c7205862b2e1d6a93b3c8950a62ce6c0e1ce8f39a38ed729174714f719cd92d0e6deba51c68b20ba22888f7d7f7096c05f62 WHIRLPOOL 72d1c09e7e62867a99e95c737cf8c02b6e22902df343c57f2859f08cc7ddbe39d952b04e897fd2d34790e973b9c6689647bc0aa04868a347cd68e070d8ab0cb8 diff --git a/dev-db/dbmodel/dbmodel-0.3.ebuild b/dev-db/dbmodel/dbmodel-0.3.ebuild new file mode 100644 index 000000000000..8c8f74663b58 --- /dev/null +++ b/dev-db/dbmodel/dbmodel-0.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +inherit qt4-r2 + +DESCRIPTION="Qt4 tool for drawing entity-relational diagrams" +HOMEPAGE="http://oxygene.sk/lukas/dbmodel/" +SRC_URI="http://launchpad.net/dbmodel/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +DEPEND="dev-qt/qtgui:4 + dev-qt/qtsvg:4" +RDEPEND="${DEPEND}" + +DOCS="AUTHORS CHANGES" + +src_configure() { + eqmake4 ${PN}.pro PREFIX=/usr +} diff --git a/dev-db/dbmodel/metadata.xml b/dev-db/dbmodel/metadata.xml new file mode 100644 index 000000000000..28176899696a --- /dev/null +++ b/dev-db/dbmodel/metadata.xml @@ -0,0 +1,10 @@ + + + + qt + + + + dbmodel + + -- cgit v1.2.3-65-gdbad