diff options
author | 2009-03-20 06:50:06 +0000 | |
---|---|---|
committer | 2009-03-20 06:50:06 +0000 | |
commit | 9373a8f0b3d6ae0846ece6ec5240be5b5ad52c69 (patch) | |
tree | dd8c5c102722fd104e0b8960459d5acc8d920676 /app-xemacs/cedet-common | |
parent | Marked ~ppc for bug #252815. (diff) | |
download | historical-9373a8f0b3d6ae0846ece6ec5240be5b5ad52c69.tar.gz historical-9373a8f0b3d6ae0846ece6ec5240be5b5ad52c69.tar.bz2 historical-9373a8f0b3d6ae0846ece6ec5240be5b5ad52c69.zip |
Initial import
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs/cedet-common')
-rw-r--r-- | app-xemacs/cedet-common/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/cedet-common/Manifest | 14 | ||||
-rw-r--r-- | app-xemacs/cedet-common/cedet-common-1.01.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/cedet-common/metadata.xml | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/app-xemacs/cedet-common/ChangeLog b/app-xemacs/cedet-common/ChangeLog new file mode 100644 index 000000000000..fcdf841c3346 --- /dev/null +++ b/app-xemacs/cedet-common/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-xemacs/cedet-common +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cedet-common/ChangeLog,v 1.1 2009/03/20 06:50:06 graaff Exp $ + +*cedet-common-1.01 (20 Mar 2009) + + 20 Mar 2009; Hans de Graaff <graaff@gentoo.org> +metadata.xml, + +cedet-common-1.01.ebuild: + Initial import, new dependency of a number of existing packages. + diff --git a/app-xemacs/cedet-common/Manifest b/app-xemacs/cedet-common/Manifest new file mode 100644 index 000000000000..784905a96392 --- /dev/null +++ b/app-xemacs/cedet-common/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST cedet-common-1.01-pkg.tar.gz 73671 RMD160 6c6c00cdece897a775a8598501f8c73ce12133da SHA1 e79ad383f54d80d4a574ea80de8b5be5fb1a1d1c SHA256 146d5a0d0646770a3afb5217634d6b5cf1e0c197f50a2fbfb958c09c734f54ff +EBUILD cedet-common-1.01.ebuild 431 RMD160 344940b7e8c92474604cb332c9f2982af6e3e2b4 SHA1 ac80b1c5fbbaf5156d2fbb9122997755c3e94d96 SHA256 7d4d5a8a215744e1c3186fb701f3cfe43a562811412302e695400b2eecb36264 +MISC ChangeLog 415 RMD160 f27fd9e5c54314b7ed32a6b877fd615215c5644f SHA1 cee720f9ead0b8f742acb861570741908191493a SHA256 60d54905f539342ea8a0fc1abd18e644c059d3779dea851aeae979849a5d2335 +MISC metadata.xml 161 RMD160 2ada37e120e2e09389d491679abb808bc1047e2d SHA1 1beb6cc75a12ea6231b2c900f6251f1bb22bf910 SHA256 d896eb54e7e82141c9d5a2e82955cbfa75c030dc5747822a6a2263f6a76a4512 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAknDPK8ACgkQqj4ysMWt/vu3MwCfauGdQma08g5f3tMOO19UXGwC +/IMAnjRp84fglhnk+XS5D7Q9TpXyzTOU +=NTwL +-----END PGP SIGNATURE----- diff --git a/app-xemacs/cedet-common/cedet-common-1.01.ebuild b/app-xemacs/cedet-common/cedet-common-1.01.ebuild new file mode 100644 index 000000000000..5cc1cec94e4d --- /dev/null +++ b/app-xemacs/cedet-common/cedet-common-1.01.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cedet-common/cedet-common-1.01.ebuild,v 1.1 2009/03/20 06:50:06 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Common files for CEDET development environment." +PKG_CAT="standard" + +RDEPEND="app-xemacs/edebug + app-xemacs/xemacs-base +" +KEYWORDS="~amd64 ~x86" + +inherit xemacs-packages diff --git a/app-xemacs/cedet-common/metadata.xml b/app-xemacs/cedet-common/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/cedet-common/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xemacs</herd> +</pkgmetadata> |