diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-04 11:40:21 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-04 11:40:52 +0200 |
commit | 6a097b1c16976dd946728929b66ea689d44fccdd (patch) | |
tree | cd3a3a4ffdc8baf27812c8193761f4ace953ac42 /app-xemacs/cedet-common | |
parent | sci-geosciences/mapnik: version bump 3.0.18 (diff) | |
download | gentoo-6a097b1c16976dd946728929b66ea689d44fccdd.tar.gz gentoo-6a097b1c16976dd946728929b66ea689d44fccdd.tar.bz2 gentoo-6a097b1c16976dd946728929b66ea689d44fccdd.zip |
app-xemacs/cedet-common: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/cedet-common')
-rw-r--r-- | app-xemacs/cedet-common/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/cedet-common/cedet-common-1.03.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-xemacs/cedet-common/Manifest b/app-xemacs/cedet-common/Manifest index 0daa1a5452d1..3573385e67a4 100644 --- a/app-xemacs/cedet-common/Manifest +++ b/app-xemacs/cedet-common/Manifest @@ -1 +1,2 @@ DIST cedet-common-1.01-pkg.tar.gz 73671 BLAKE2B ced597935ef483ee6d92a1245d255200a767b0663b7c90d0adefadecf5b42bc4734597cefcb35268ef6eda5bc1887ea7a9110fc894e72b6fcefd7ea8d1ddb2a7 SHA512 53ee8486ff02ff5dccfd9974b3f7bfc710befee95ad3db1bcfe5e67c5dcf740440f060770a080264f0b0f09013867ee7d66a83d7b3919c7e598ef3207340d9d8 +DIST cedet-common-1.03-pkg.tar.gz 73644 BLAKE2B 314d24fe951fcf7922a1e0c84dc96744d0b515a1ab27de4c23217b60936e746ac6ec78d6a526af8e1658d6c9b8494f77ea4dbb4135e5c3164e8f3a7f32bf36d8 SHA512 25263858e8cadb5bcc2e822021a0b7d76e61442d9de7670dc4f5b73c3cc752f36a43622ced8f4d9d9a594a2c5b9c6cfca052dfd3d60c639dc1854908cd6fbb0d diff --git a/app-xemacs/cedet-common/cedet-common-1.03.ebuild b/app-xemacs/cedet-common/cedet-common-1.03.ebuild new file mode 100644 index 000000000000..f8607098af39 --- /dev/null +++ b/app-xemacs/cedet-common/cedet-common-1.03.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Common files for CEDET development environment" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/edebug +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |