diff options
author | Matt Turner <mattst88@gentoo.org> | 2010-11-12 03:35:15 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2010-11-12 03:35:15 +0000 |
commit | e286fb7f6c791455c1abce9f169f9c12df1e62de (patch) | |
tree | b69f357c8586eb75d5897489ddac6bc031263c2f /dev-libs/libots | |
parent | Added upstream ui fix for languages with accented characters. Fixes bug 344195 (diff) | |
download | gentoo-2-e286fb7f6c791455c1abce9f169f9c12df1e62de.tar.gz gentoo-2-e286fb7f6c791455c1abce9f169f9c12df1e62de.tar.bz2 gentoo-2-e286fb7f6c791455c1abce9f169f9c12df1e62de.zip |
Remove redundant dependency on rpm2targz, add IUSE="", and assign to alpha herd.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libots')
-rw-r--r-- | dev-libs/libots/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libots/libots-2.2.7-r2.ebuild | 7 | ||||
-rw-r--r-- | dev-libs/libots/metadata.xml | 5 |
3 files changed, 10 insertions, 9 deletions
diff --git a/dev-libs/libots/ChangeLog b/dev-libs/libots/ChangeLog index f61703b3ca55..cae80cbcc982 100644 --- a/dev-libs/libots/ChangeLog +++ b/dev-libs/libots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libots -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/ChangeLog,v 1.16 2008/05/05 13:06:50 drac Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/ChangeLog,v 1.17 2010/11/12 03:35:15 mattst88 Exp $ + + 12 Nov 2010; <mattst88@gentoo.org> libots-2.2.7-r2.ebuild, metadata.xml: + Remove redundant dependency on rpm2targz. Assign to alpha herd. 05 May 2008; Samuli Suominen <drac@gentoo.org> -libots-2.2.7.ebuild, -libots-2.2.7-r1.ebuild, libots-2.2.7-r2.ebuild: diff --git a/dev-libs/libots/libots-2.2.7-r2.ebuild b/dev-libs/libots/libots-2.2.7-r2.ebuild index da36d65e0c8f..145b16421cc5 100644 --- a/dev-libs/libots/libots-2.2.7-r2.ebuild +++ b/dev-libs/libots/libots-2.2.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild,v 1.7 2008/05/05 13:06:50 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild,v 1.8 2010/11/12 03:35:15 mattst88 Exp $ inherit rpm toolchain-funcs @@ -11,9 +11,10 @@ SRC_URI="ftp://ftp.compaq.com/pub/products/C-CXX/linux/libots-2.2.7-2.alpha.rpm" LICENSE="compaq-sdla" SLOT="0" KEYWORDS="-* alpha" +IUSE="" RESTRICT="strip" -DEPEND="app-arch/rpm2targz" +DEPEND="" RDEPEND="" S=${WORKDIR}/usr/lib/compaq/libots-2.2.7 diff --git a/dev-libs/libots/metadata.xml b/dev-libs/libots/metadata.xml index 9b11381aead0..3e031d7492a1 100644 --- a/dev-libs/libots/metadata.xml +++ b/dev-libs/libots/metadata.xml @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>maintainer-needed@gentoo.org</email> - </maintainer> + <herd>alpha</herd> <longdescription lang="en"> libots provides compiled code support for the Compaq compiler suite, and supported libraries. |