swift       15/06/09 15:41:47

  Added:                metadata.xml secilc-9999.ebuild ChangeLog
  Log:
  Adding secilc-9999 to better support upstream integrations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.1                  sys-apps/secilc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/secilc/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/secilc/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <herd>selinux</herd>
        <longdescription>
        The SELinux CIL Compiler is a compiler that converts the CIL language as
        described on the CIL design wiki into a kernel binary policy file.
        </longdescription>
</pkgmetadata>



1.1                  sys-apps/secilc/secilc-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/secilc/secilc-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/secilc/secilc-9999.ebuild?rev=1.1&content-type=text/plain

Index: secilc-9999.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/secilc/secilc-9999.ebuild,v 1.1 
2015/06/09 15:41:47 swift Exp $

EAPI="5"

inherit toolchain-funcs eutils

MY_P="${P//_/-}"
MY_RELEASEDATE="20150202"

SEPOL_VER="${PV}"

DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki";

if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git";
        S="${WORKDIR}/${MY_P}/${PN}"
else
        
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz";
        KEYWORDS="~amd64 ~x86"
        S="${WORKDIR}/${MY_P}"
fi

LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND="
        app-text/xmlto
        >=sys-libs/libsepol-${SEPOL_VER}
        "
RDEPEND="
        >=sys-libs/libsepol-${SEPOL_VER}
        "

# tests are not meant to be run outside of the
# full SELinux userland repo
RESTRICT="test"

src_prepare() {
        epatch_user
}



1.1                  sys-apps/secilc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/secilc/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/secilc/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sys-apps/secilc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/secilc/ChangeLog,v 1.1 2015/06/09 
15:41:47 swift Exp $

*secilc-9999 (09 Jun 2015)

  09 Jun 2015; Sven Vermeulen <sw...@gentoo.org> +metadata.xml,
  +secilc-9999.ebuild:
  Adding secilc-9999 to better support upstream integrations




Reply via email to