summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-11-06 05:21:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-11-06 05:21:10 +0000
commit7344825f099c3c9dea34338821e9aaefef153b4b (patch)
tree829f4af531022165e237ee12c6f88a61dd5512cd /dev-python/orm
parentShorten description, make repoman happier (diff)
downloadgentoo-2-7344825f099c3c9dea34338821e9aaefef153b4b.tar.gz
gentoo-2-7344825f099c3c9dea34338821e9aaefef153b4b.tar.bz2
gentoo-2-7344825f099c3c9dea34338821e9aaefef153b4b.zip
Shorten description, make repoman happier
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/orm')
-rw-r--r--dev-python/orm/ChangeLog8
-rw-r--r--dev-python/orm/orm-1.0.1.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/orm/ChangeLog b/dev-python/orm/ChangeLog
index 44678ea31314..59e4838bbee6 100644
--- a/dev-python/orm/ChangeLog
+++ b/dev-python/orm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/orm
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/orm/ChangeLog,v 1.9 2010/07/23 23:36:00 arfrever Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/orm/ChangeLog,v 1.10 2013/11/06 05:21:10 patrick Exp $
+
+ 06 Nov 2013; Patrick Lauer <patrick@gentoo.org> orm-1.0.1.ebuild:
+ Shorten description, make repoman happier
23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
orm-1.0.1.ebuild:
@@ -32,4 +35,3 @@
02 May 2004; Bryan Østergaard <kloeri@gentoo.org> +metadata.xml,
+orm-0.15.ebuild:
Initial import, bug #47255.
-
diff --git a/dev-python/orm/orm-1.0.1.ebuild b/dev-python/orm/orm-1.0.1.ebuild
index 75e6cbda462c..4c66b280a6be 100644
--- a/dev-python/orm/orm-1.0.1.ebuild
+++ b/dev-python/orm/orm-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/orm/orm-1.0.1.ebuild,v 1.4 2010/07/23 23:36:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/orm/orm-1.0.1.ebuild,v 1.5 2013/11/06 05:21:10 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
-DESCRIPTION="The Object Relational Membrane is an attempt to write an Object Relational Layer that is as thin as possible."
+DESCRIPTION="The Object Relational Membrane is an attempt to write a minimal Object Relational Layer"
HOMEPAGE="http://www.tux4web.de/computer/software/orm/"
SRC_URI="http://www.tux4web.de/computer/software/orm/download/${P}.tar.gz"