diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-03-21 08:19:39 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-03-21 08:19:39 +0000 |
commit | ca7adb2da8e9731544658b632ba99ce62e92455d (patch) | |
tree | ace0dae635b93c36b5558a0598684d79ae4f2bda /app-xemacs/cogre | |
parent | Make jde-import.el work with Emacs 22. (diff) | |
download | historical-ca7adb2da8e9731544658b632ba99ce62e92455d.tar.gz historical-ca7adb2da8e9731544658b632ba99ce62e92455d.tar.bz2 historical-ca7adb2da8e9731544658b632ba99ce62e92455d.zip |
Initial import
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs/cogre')
-rw-r--r-- | app-xemacs/cogre/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/cogre/Manifest | 14 | ||||
-rw-r--r-- | app-xemacs/cogre/cogre-1.02.ebuild | 20 | ||||
-rw-r--r-- | app-xemacs/cogre/metadata.xml | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/app-xemacs/cogre/ChangeLog b/app-xemacs/cogre/ChangeLog new file mode 100644 index 000000000000..53202ef3995b --- /dev/null +++ b/app-xemacs/cogre/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-xemacs/cogre +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cogre/ChangeLog,v 1.1 2009/03/21 08:19:39 graaff Exp $ + +*cogre-1.02 (21 Mar 2009) + + 21 Mar 2009; Hans de Graaff <graaff@gentoo.org> +metadata.xml, + +cogre-1.02.ebuild: + Initial import + diff --git a/app-xemacs/cogre/Manifest b/app-xemacs/cogre/Manifest new file mode 100644 index 000000000000..521c2672dea2 --- /dev/null +++ b/app-xemacs/cogre/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST cogre-1.02-pkg.tar.gz 47588 RMD160 6f222b0f0de0b887eae6d1749db948f2c9d9f2bf SHA1 a90af27cb42829a54b4ea2df2fcbb028b93ddfca SHA256 2c65a04e703f1185c938d7ab3b4916b90d3b875aabe6b4c3ada2d4cf374fd803 +EBUILD cogre-1.02.ebuild 474 RMD160 b2e12db875566b1934a0de97edaa2d35590342c1 SHA1 f1736c172cb79a5f89f2230241959832b5fecd2b SHA256 6b097518e7f908eaa60035a78dad03900b6fdafcafcd85bc0ef5025f54b4b0af +MISC ChangeLog 337 RMD160 920ecd5d26617caddc604fc4e14d596a943ce6c7 SHA1 443c50cf662ebabeb27cd2ce7d87f3239cc7412b SHA256 c4f6ccc77dcd476cbfed84d0bd735d5925cc24dbfd31166a486081422d2004ee +MISC metadata.xml 161 RMD160 2ada37e120e2e09389d491679abb808bc1047e2d SHA1 1beb6cc75a12ea6231b2c900f6251f1bb22bf910 SHA256 d896eb54e7e82141c9d5a2e82955cbfa75c030dc5747822a6a2263f6a76a4512 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEUEARECAAYFAknEoyYACgkQqj4ysMWt/vuzGACWMsHSlaIvod4jJZe+cDVHU1IV +BQCgw4rRs7/EBFp5fiIoK17bffKMxIA= +=uoC3 +-----END PGP SIGNATURE----- diff --git a/app-xemacs/cogre/cogre-1.02.ebuild b/app-xemacs/cogre/cogre-1.02.ebuild new file mode 100644 index 000000000000..e9e8421afffb --- /dev/null +++ b/app-xemacs/cogre/cogre-1.02.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cogre/cogre-1.02.ebuild,v 1.1 2009/03/21 08:19:39 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Graph editing mode." +PKG_CAT="standard" + +RDEPEND=" +app-xemacs/xemacs-base +app-xemacs/xemacs-devel +app-xemacs/edebug +app-xemacs/cedet-common +app-xemacs/eieio +app-xemacs/semantic +" +KEYWORDS="~amd64 ~x86" + +inherit xemacs-packages diff --git a/app-xemacs/cogre/metadata.xml b/app-xemacs/cogre/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/cogre/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> |